Html Css Color HEX #AF6C75 Turkish Rose

📋 copy color: '#AF6C75'

red 175 ◦ green 108 ◦ blue 117

#AF6C75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #AF6C75

Tints of Turkish Rose #AF6C75

RGB

 RED value IS 175 (68.75% from 255) = 43.75%

 GREEN value IS 108 (42.58% from 255) = 27%

 BLUE value IS 117 (46.09% from 255) = 29.25%

R = 43.75%
G = 27%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF6C75 (or 0xAF6C75) is known color: Turkish Rose. HEX triplet: AF, 6C and 75. RGB value is (175,108,117). Sum of RGB (Red+Green+Blue) = 175+108+117=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C75 is #50938A. Grayscale: #818181. Windows color (decimal): -5280651 or 7695535. OLE color: 7695535.

HSL color Cylindrical-coordinate representation of color #AF6C75: hue angle of 351.94º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6C75 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 108 117 -
CMYK 0 0.38 0.33 0.31
HSL 351.94º 0.3% 0.55% -
HSV(B) 351.94º 0.38% 0.69% -
XYZ 26.25 21.12 19.52 -
YUV 129.06 121.2 160.77 -
System Red Green Blue C M Y K H S L
Decimal 175 108 117 0 0.38 0.33 0.31 351.94 0.3 0.55
Hex AF 6C 75 0 26 21 1F 160 1E 37
Octal 257 154 165 0 46 41 37 540 36 67
Binary 10101111 1101100 1110101 0 100110 100001 11111 101100000 11110 110111

Color Harmonies of #AF6C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C75

Black with #AF6C75

Text Example


Text Example

White with #AF6C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C75; }

 p { color: rgb(175,108,117); }

 H1.HeaderClassName
 {
   color: #AF6C75;
 }
 .AnyTagClassName
 {
   color: #AF6C75;
 }
</style>

background-color css

<style>
 a { background-color: #AF6C75; }

 a { background-color: rgb(175,108,117); }

 div.DivClassName
 {
   background-color: #AF6C75;
 }
 .BgClassName
 {
   background-color: #AF6C75;
 }
</style>

border-color css

<style>
 span { border-color: #AF6C75; }

 span { border-color: rgb(175,108,117); }

 td.TdClassName
 {
   border-color: #AF6C75;
 }
 .TagClassName
 {
   border-color: #AF6C75;
 }
</style>