Html Css Color HEX #A47872 Coral Tree

📋 copy color: '#A47872'

red 164 ◦ green 120 ◦ blue 114

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

Shades of Coral Tree #A47872

Tints of Coral Tree #A47872

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.15%

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

R = 41.21%
G = 30.15%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A47872 (or 0xA47872) is known color: Coral Tree. HEX triplet: A4, 78 and 72. RGB value is (164,120,114). Sum of RGB (Red+Green+Blue) = 164+120+114=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A47872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47872 is #5B878D. Grayscale: #848484. Windows color (decimal): -5998478 or 7501988. OLE color: 7501988.

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

Color convert

RGB 164 120 114 -
CMYK 0 0.27 0.30 0.36
HSL 7.2º 0.22% 0.55% -
HSV(B) 7.2º 0.3% 0.64% -
XYZ 25.06 22.54 18.95 -
YUV 132.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 164 120 114 0 0.27 0.30 0.36 7.2 0.22 0.55
Hex A4 78 72 0 1B 1E 24 7 16 37
Octal 244 170 162 0 33 36 44 7 26 67
Binary 10100100 1111000 1110010 0 11011 11110 100100 111 10110 110111

Color Harmonies of #A47872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47872

Black with #A47872

Text Example


Text Example

White with #A47872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47872; }

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

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

background-color css

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

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

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

border-color css

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

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

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