Html Css Color HEX #AF7576 Turkish Rose

📋 copy color: '#AF7576'

red 175 ◦ green 117 ◦ blue 118

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

Shades of Turkish Rose #AF7576

Tints of Turkish Rose #AF7576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.54%

 BLUE value IS 118 (46.48% from 255) = 28.78%

R = 42.68%
G = 28.54%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF7576 (or 0xAF7576) is known color: Turkish Rose. HEX triplet: AF, 75 and 76. RGB value is (175,117,118). Sum of RGB (Red+Green+Blue) = 175+117+118=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7576 is #508A89. Grayscale: #868686. Windows color (decimal): -5278346 or 7763375. OLE color: 7763375.

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

Color convert

RGB 175 117 118 -
CMYK 0 0.33 0.33 0.31
HSL 358.97º 0.27% 0.57% -
HSV(B) 358.97º 0.33% 0.69% -
XYZ 27.31 23.14 20.17 -
YUV 134.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 175 117 118 0 0.33 0.33 0.31 358.97 0.27 0.57
Hex AF 75 76 0 21 21 1F 167 1B 39
Octal 257 165 166 0 41 41 37 547 33 71
Binary 10101111 1110101 1110110 0 100001 100001 11111 101100111 11011 111001

Color Harmonies of #AF7576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7576

Black with #AF7576

Text Example


Text Example

White with #AF7576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7576; }

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

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

background-color css

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

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

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

border-color css

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

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

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