Html Css Color HEX #AF6F77 Turkish Rose

📋 copy color: '#AF6F77'

red 175 ◦ green 111 ◦ blue 119

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

Shades of Turkish Rose #AF6F77

Tints of Turkish Rose #AF6F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.38%

R = 43.21%
G = 27.41%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF6F77 (or 0xAF6F77) is known color: Turkish Rose. HEX triplet: AF, 6F and 77. RGB value is (175,111,119). Sum of RGB (Red+Green+Blue) = 175+111+119=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6F77 is #509088. Grayscale: #838383. Windows color (decimal): -5279881 or 7827375. OLE color: 7827375.

HSL color Cylindrical-coordinate representation of color #AF6F77: hue angle of 352.5º 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 #AF6F77 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 111 119 -
CMYK 0 0.37 0.32 0.31
HSL 352.5º 0.29% 0.56% -
HSV(B) 352.5º 0.37% 0.69% -
XYZ 26.69 21.81 20.26 -
YUV 131.05 121.2 159.35 -
System Red Green Blue C M Y K H S L
Decimal 175 111 119 0 0.37 0.32 0.31 352.5 0.29 0.56
Hex AF 6F 77 0 25 20 1F 160 1D 38
Octal 257 157 167 0 45 40 37 540 35 70
Binary 10101111 1101111 1110111 0 100101 100000 11111 101100000 11101 111000

Color Harmonies of #AF6F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6F77

Black with #AF6F77

Text Example


Text Example

White with #AF6F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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