Html Css Color HEX #A77172 Turkish Rose

📋 copy color: '#A77172'

red 167 ◦ green 113 ◦ blue 114

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

Shades of Turkish Rose #A77172

Tints of Turkish Rose #A77172

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.68%

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

R = 42.39%
G = 28.68%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A77172 (or 0xA77172) is known color: Turkish Rose. HEX triplet: A7, 71 and 72. RGB value is (167,113,114). Sum of RGB (Red+Green+Blue) = 167+113+114=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A77172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77172 is #588E8D. Grayscale: #818181. Windows color (decimal): -5803662 or 7500199. OLE color: 7500199.

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

Color convert

RGB 167 113 114 -
CMYK 0 0.32 0.32 0.35
HSL 358.89º 0.23% 0.55% -
HSV(B) 358.89º 0.32% 0.65% -
XYZ 24.88 21.24 18.71 -
YUV 129.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 167 113 114 0 0.32 0.32 0.35 358.89 0.23 0.55
Hex A7 71 72 0 20 20 23 167 17 37
Octal 247 161 162 0 40 40 43 547 27 67
Binary 10100111 1110001 1110010 0 100000 100000 100011 101100111 10111 110111

Color Harmonies of #A77172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77172

Black with #A77172

Text Example


Text Example

White with #A77172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77172; }

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

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

background-color css

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

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

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

border-color css

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

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

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