Html Css Color HEX #A77472 Coral Tree

📋 copy color: '#A77472'

red 167 ◦ green 116 ◦ blue 114

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

Shades of Coral Tree #A77472

Tints of Coral Tree #A77472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.22%

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

R = 42.07%
G = 29.22%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A77472 (or 0xA77472) is known color: Coral Tree. HEX triplet: A7, 74 and 72. RGB value is (167,116,114). Sum of RGB (Red+Green+Blue) = 167+116+114=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 167 - color contains mainly: red. Hex color #A77472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77472 is #588B8D. Grayscale: #838383. Windows color (decimal): -5802894 or 7500967. OLE color: 7500967.

HSL color Cylindrical-coordinate representation of color #A77472: hue angle of 2.26º 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 #A77472 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 116 114 -
CMYK 0 0.31 0.32 0.35
HSL 2.26º 0.23% 0.55% -
HSV(B) 2.26º 0.32% 0.65% -
XYZ 25.22 21.92 18.82 -
YUV 131.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 167 116 114 0 0.31 0.32 0.35 2.26 0.23 0.55
Hex A7 74 72 0 1F 20 23 2 17 37
Octal 247 164 162 0 37 40 43 2 27 67
Binary 10100111 1110100 1110010 0 11111 100000 100011 10 10111 110111

Color Harmonies of #A77472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77472

Black with #A77472

Text Example


Text Example

White with #A77472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77472; }

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

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

background-color css

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

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

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

border-color css

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

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

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