Html Css Color HEX #AF6F74 Turkish Rose

📋 copy color: '#AF6F74'

red 175 ◦ green 111 ◦ blue 116

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

Shades of Turkish Rose #AF6F74

Tints of Turkish Rose #AF6F74

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.61%

 BLUE value IS 116 (45.7% from 255) = 28.86%

R = 43.53%
G = 27.61%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF6F74 (or 0xAF6F74) is known color: Turkish Rose. HEX triplet: AF, 6F and 74. RGB value is (175,111,116). Sum of RGB (Red+Green+Blue) = 175+111+116=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6F74 is #50908B. Grayscale: #828282. Windows color (decimal): -5279884 or 7630767. OLE color: 7630767.

HSL color Cylindrical-coordinate representation of color #AF6F74: hue angle of 355.31º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF6F74 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 111 116 -
CMYK 0 0.37 0.34 0.31
HSL 355.31º 0.29% 0.56% -
HSV(B) 355.31º 0.37% 0.69% -
XYZ 26.52 21.74 19.32 -
YUV 130.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 175 111 116 0 0.37 0.34 0.31 355.31 0.29 0.56
Hex AF 6F 74 0 25 22 1F 163 1D 38
Octal 257 157 164 0 45 42 37 543 35 70
Binary 10101111 1101111 1110100 0 100101 100010 11111 101100011 11101 111000

Color Harmonies of #AF6F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6F74

Black with #AF6F74

Text Example


Text Example

White with #AF6F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6F74; }

 p { color: rgb(175,111,116); }

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

background-color css

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

 a { background-color: rgb(175,111,116); }

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

border-color css

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

 span { border-color: rgb(175,111,116); }

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