Html Css Color HEX #A47472 Coral Tree

📋 copy color: '#A47472'

red 164 ◦ green 116 ◦ blue 114

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

Shades of Coral Tree #A47472

Tints of Coral Tree #A47472

RGB

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

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

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

R = 41.62%
G = 29.44%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A47472 (or 0xA47472) is known color: Coral Tree. HEX triplet: A4, 74 and 72. RGB value is (164,116,114). Sum of RGB (Red+Green+Blue) = 164+116+114=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A47472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47472 is #5B8B8D. Grayscale: #828282. Windows color (decimal): -5999502 or 7500964. OLE color: 7500964.

HSL color Cylindrical-coordinate representation of color #A47472: hue angle of 2.4º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A47472 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 116 114 -
CMYK 0 0.29 0.30 0.36
HSL 2.4º 0.22% 0.55% -
HSV(B) 2.4º 0.3% 0.64% -
XYZ 24.59 21.6 18.79 -
YUV 130.12 118.9 152.16 -
System Red Green Blue C M Y K H S L
Decimal 164 116 114 0 0.29 0.30 0.36 2.4 0.22 0.55
Hex A4 74 72 0 1D 1E 24 2 16 37
Octal 244 164 162 0 35 36 44 2 26 67
Binary 10100100 1110100 1110010 0 11101 11110 100100 10 10110 110111

Color Harmonies of #A47472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47472

Black with #A47472

Text Example


Text Example

White with #A47472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47472; }

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

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

background-color css

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

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

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

border-color css

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

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

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