Html Css Color HEX #A47470 Coral Tree

📋 copy color: '#A47470'

red 164 ◦ green 116 ◦ blue 112

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

Shades of Coral Tree #A47470

Tints of Coral Tree #A47470

RGB

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

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

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

R = 41.84%
G = 29.59%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A47470 (or 0xA47470) is known color: Coral Tree. HEX triplet: A4, 74 and 70. RGB value is (164,116,112). Sum of RGB (Red+Green+Blue) = 164+116+112=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A47470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47470 is #5B8B8F. Grayscale: #818181. Windows color (decimal): -5999504 or 7369892. OLE color: 7369892.

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

Color convert

RGB 164 116 112 -
CMYK 0 0.29 0.32 0.36
HSL 4.62º 0.22% 0.54% -
HSV(B) 4.62º 0.32% 0.64% -
XYZ 24.48 21.55 18.2 -
YUV 129.9 117.9 152.33 -
System Red Green Blue C M Y K H S L
Decimal 164 116 112 0 0.29 0.32 0.36 4.62 0.22 0.54
Hex A4 74 70 0 1D 20 24 5 16 36
Octal 244 164 160 0 35 40 44 5 26 66
Binary 10100100 1110100 1110000 0 11101 100000 100100 101 10110 110110

Color Harmonies of #A47470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47470

Black with #A47470

Text Example


Text Example

White with #A47470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47470; }

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

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

background-color css

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

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

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

border-color css

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

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

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