Html Css Color HEX #A47770 Coral Tree

📋 copy color: '#A47770'

red 164 ◦ green 119 ◦ blue 112

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

Shades of Coral Tree #A47770

Tints of Coral Tree #A47770

RGB

 RED value IS 164 (64.45% from 255) = 41.52%

 GREEN value IS 119 (46.88% from 255) = 30.13%

 BLUE value IS 112 (44.14% from 255) = 28.35%

R = 41.52%
G = 30.13%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A47770 (or 0xA47770) is known color: Coral Tree. HEX triplet: A4, 77 and 70. RGB value is (164,119,112). Sum of RGB (Red+Green+Blue) = 164+119+112=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A47770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47770 is #5B888F. Grayscale: #838383. Windows color (decimal): -5998736 or 7370660. OLE color: 7370660.

HSL color Cylindrical-coordinate representation of color #A47770: hue angle of 8.08º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A47770 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 119 112 -
CMYK 0 0.27 0.32 0.36
HSL 8.08º 0.22% 0.54% -
HSV(B) 8.08º 0.32% 0.64% -
XYZ 24.83 22.26 18.32 -
YUV 131.66 116.91 151.07 -
System Red Green Blue C M Y K H S L
Decimal 164 119 112 0 0.27 0.32 0.36 8.08 0.22 0.54
Hex A4 77 70 0 1B 20 24 8 16 36
Octal 244 167 160 0 33 40 44 10 26 66
Binary 10100100 1110111 1110000 0 11011 100000 100100 1000 10110 110110

Color Harmonies of #A47770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47770

Black with #A47770

Text Example


Text Example

White with #A47770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47770; }

 p { color: rgb(164,119,112); }

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

background-color css

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

 a { background-color: rgb(164,119,112); }

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

border-color css

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

 span { border-color: rgb(164,119,112); }

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