Html Css Color HEX #A76972 Turkish Rose

📋 copy color: '#A76972'

red 167 ◦ green 105 ◦ blue 114

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

Shades of Turkish Rose #A76972

Tints of Turkish Rose #A76972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.2%

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

R = 43.26%
G = 27.2%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A76972 (or 0xA76972) is known color: Turkish Rose. HEX triplet: A7, 69 and 72. RGB value is (167,105,114). Sum of RGB (Red+Green+Blue) = 167+105+114=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 167 - color contains mainly: red. Hex color #A76972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76972 is #58968D. Grayscale: #7C7C7C. Windows color (decimal): -5805710 or 7498151. OLE color: 7498151.

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

Color convert

RGB 167 105 114 -
CMYK 0 0.37 0.32 0.35
HSL 351.29º 0.26% 0.53% -
HSV(B) 351.29º 0.37% 0.65% -
XYZ 24.03 19.53 18.42 -
YUV 124.56 122.04 158.27 -
System Red Green Blue C M Y K H S L
Decimal 167 105 114 0 0.37 0.32 0.35 351.29 0.26 0.53
Hex A7 69 72 0 25 20 23 15F 1A 35
Octal 247 151 162 0 45 40 43 537 32 65
Binary 10100111 1101001 1110010 0 100101 100000 100011 101011111 11010 110101

Color Harmonies of #A76972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76972

Black with #A76972

Text Example


Text Example

White with #A76972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76972; }

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

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

background-color css

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

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

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

border-color css

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

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

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