Html Css Color HEX #A87270 Coral Tree

📋 copy color: '#A87270'

red 168 ◦ green 114 ◦ blue 112

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

Shades of Coral Tree #A87270

Tints of Coral Tree #A87270

RGB

 RED value IS 168 (66.02% from 255) = 42.64%

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

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

R = 42.64%
G = 28.93%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A87270 (or 0xA87270) is known color: Coral Tree. HEX triplet: A8, 72 and 70. RGB value is (168,114,112). Sum of RGB (Red+Green+Blue) = 168+114+112=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A87270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87270 is #578D8F. Grayscale: #818181. Windows color (decimal): -5737872 or 7369384. OLE color: 7369384.

HSL color Cylindrical-coordinate representation of color #A87270: hue angle of 2.14º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A87270 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 114 112 -
CMYK 0 0.32 0.33 0.34
HSL 2.14º 0.24% 0.55% -
HSV(B) 2.14º 0.33% 0.66% -
XYZ 25.09 21.53 18.16 -
YUV 129.92 117.89 155.16 -
System Red Green Blue C M Y K H S L
Decimal 168 114 112 0 0.32 0.33 0.34 2.14 0.24 0.55
Hex A8 72 70 0 20 21 22 2 18 37
Octal 250 162 160 0 40 41 42 2 30 67
Binary 10101000 1110010 1110000 0 100000 100001 100010 10 11000 110111

Color Harmonies of #A87270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87270

Black with #A87270

Text Example


Text Example

White with #A87270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87270; }

 p { color: rgb(168,114,112); }

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

background-color css

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

 a { background-color: rgb(168,114,112); }

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

border-color css

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

 span { border-color: rgb(168,114,112); }

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