Html Css Color HEX #AF7376 Turkish Rose

📋 copy color: '#AF7376'

red 175 ◦ green 115 ◦ blue 118

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

Shades of Turkish Rose #AF7376

Tints of Turkish Rose #AF7376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.19%

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

R = 42.89%
G = 28.19%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF7376 (or 0xAF7376) is known color: Turkish Rose. HEX triplet: AF, 73 and 76. RGB value is (175,115,118). Sum of RGB (Red+Green+Blue) = 175+115+118=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7376 is #508C89. Grayscale: #858585. Windows color (decimal): -5278858 or 7762863. OLE color: 7762863.

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

Color convert

RGB 175 115 118 -
CMYK 0 0.34 0.33 0.31
HSL 357º 0.27% 0.57% -
HSV(B) 357º 0.34% 0.69% -
XYZ 27.08 22.68 20.09 -
YUV 133.28 119.38 157.76 -
System Red Green Blue C M Y K H S L
Decimal 175 115 118 0 0.34 0.33 0.31 357 0.27 0.57
Hex AF 73 76 0 22 21 1F 165 1B 39
Octal 257 163 166 0 42 41 37 545 33 71
Binary 10101111 1110011 1110110 0 100010 100001 11111 101100101 11011 111001

Color Harmonies of #AF7376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7376

Black with #AF7376

Text Example


Text Example

White with #AF7376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7376; }

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

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

background-color css

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

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

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

border-color css

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

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

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