Html Css Color HEX #A76E72 Turkish Rose

📋 copy color: '#A76E72'

red 167 ◦ green 110 ◦ blue 114

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

Shades of Turkish Rose #A76E72

Tints of Turkish Rose #A76E72

RGB

 RED value IS 167 (65.63% from 255) = 42.71%

 GREEN value IS 110 (43.36% from 255) = 28.13%

 BLUE value IS 114 (44.92% from 255) = 29.16%

R = 42.71%
G = 28.13%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A76E72 (or 0xA76E72) is known color: Turkish Rose. HEX triplet: A7, 6E and 72. RGB value is (167,110,114). Sum of RGB (Red+Green+Blue) = 167+110+114=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76E72 is #58918D. Grayscale: #7F7F7F. Windows color (decimal): -5804430 or 7499431. OLE color: 7499431.

HSL color Cylindrical-coordinate representation of color #A76E72: hue angle of 355.79º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A76E72 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 110 114 -
CMYK 0 0.34 0.32 0.35
HSL 355.79º 0.24% 0.54% -
HSV(B) 355.79º 0.34% 0.65% -
XYZ 24.55 20.58 18.6 -
YUV 127.5 120.38 156.17 -
System Red Green Blue C M Y K H S L
Decimal 167 110 114 0 0.34 0.32 0.35 355.79 0.24 0.54
Hex A7 6E 72 0 22 20 23 164 18 36
Octal 247 156 162 0 42 40 43 544 30 66
Binary 10100111 1101110 1110010 0 100010 100000 100011 101100100 11000 110110

Color Harmonies of #A76E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76E72

Black with #A76E72

Text Example


Text Example

White with #A76E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76E72; }

 p { color: rgb(167,110,114); }

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

background-color css

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

 a { background-color: rgb(167,110,114); }

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

border-color css

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

 span { border-color: rgb(167,110,114); }

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