Html Css Color HEX #A27570 Coral Tree

📋 copy color: '#A27570'

red 162 ◦ green 117 ◦ blue 112

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

Shades of Coral Tree #A27570

Tints of Coral Tree #A27570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.92%

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

R = 41.43%
G = 29.92%
B = 28.64%

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

#A27570 (or 0xA27570) is known color: Coral Tree. HEX triplet: A2, 75 and 70. RGB value is (162,117,112). Sum of RGB (Red+Green+Blue) = 162+117+112=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A27570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27570 is #5D8A8F. Grayscale: #818181. Windows color (decimal): -6130320 or 7370146. OLE color: 7370146.

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

Color convert

RGB 162 117 112 -
CMYK 0 0.28 0.31 0.36
HSL 0.21% 0.54% -
HSV(B) 0.31% 0.64% -
XYZ 24.19 21.57 18.22 -
YUV 129.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 162 117 112 0 0.28 0.31 0.36 6 0.21 0.54
Hex A2 75 70 0 1C 1F 24 6 15 36
Octal 242 165 160 0 34 37 44 6 25 66
Binary 10100010 1110101 1110000 0 11100 11111 100100 110 10101 110110

Color Harmonies of #A27570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27570

Black with #A27570

Text Example


Text Example

White with #A27570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27570; }

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

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

background-color css

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

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

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

border-color css

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

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

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