Html Css Color HEX #A27470 Coral Tree

📋 copy color: '#A27470'

red 162 ◦ green 116 ◦ blue 112

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

Shades of Coral Tree #A27470

Tints of Coral Tree #A27470

RGB

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

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

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

R = 41.54%
G = 29.74%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A27470 (or 0xA27470) is known color: Coral Tree. HEX triplet: A2, 74 and 70. RGB value is (162,116,112). Sum of RGB (Red+Green+Blue) = 162+116+112=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A27470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27470 is #5D8B8F. Grayscale: #818181. Windows color (decimal): -6130576 or 7369890. OLE color: 7369890.

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

Color convert

RGB 162 116 112 -
CMYK 0 0.28 0.31 0.36
HSL 4.8º 0.21% 0.54% -
HSV(B) 4.8º 0.31% 0.64% -
XYZ 24.07 21.34 18.18 -
YUV 129.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 162 116 112 0 0.28 0.31 0.36 4.8 0.21 0.54
Hex A2 74 70 0 1C 1F 24 5 15 36
Octal 242 164 160 0 34 37 44 5 25 66
Binary 10100010 1110100 1110000 0 11100 11111 100100 101 10101 110110

Color Harmonies of #A27470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27470

Black with #A27470

Text Example


Text Example

White with #A27470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27470; }

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

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

background-color css

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

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

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

border-color css

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

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

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