Html Css Color HEX #A27170 Coral Tree

📋 copy color: '#A27170'

red 162 ◦ green 113 ◦ blue 112

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

Shades of Coral Tree #A27170

Tints of Coral Tree #A27170

RGB

 RED value IS 162 (63.67% from 255) = 41.86%

 GREEN value IS 113 (44.53% from 255) = 29.2%

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

R = 41.86%
G = 29.2%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A27170 (or 0xA27170) is known color: Coral Tree. HEX triplet: A2, 71 and 70. RGB value is (162,113,112). Sum of RGB (Red+Green+Blue) = 162+113+112=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A27170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27170 is #5D8E8F. Grayscale: #7F7F7F. Windows color (decimal): -6131344 or 7369122. OLE color: 7369122.

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

Color convert

RGB 162 113 112 -
CMYK 0 0.30 0.31 0.36
HSL 1.2º 0.21% 0.54% -
HSV(B) 1.2º 0.31% 0.64% -
XYZ 23.73 20.66 18.07 -
YUV 127.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 162 113 112 0 0.30 0.31 0.36 1.2 0.21 0.54
Hex A2 71 70 0 1E 1F 24 1 15 36
Octal 242 161 160 0 36 37 44 1 25 66
Binary 10100010 1110001 1110000 0 11110 11111 100100 1 10101 110110

Color Harmonies of #A27170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27170

Black with #A27170

Text Example


Text Example

White with #A27170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27170; }

 p { color: rgb(162,113,112); }

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

background-color css

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

 a { background-color: rgb(162,113,112); }

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

border-color css

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

 span { border-color: rgb(162,113,112); }

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