Html Css Color HEX #A27272 Coral Tree

📋 copy color: '#A27272'

red 162 ◦ green 114 ◦ blue 114

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

Shades of Coral Tree #A27272

Tints of Coral Tree #A27272

RGB

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

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

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

R = 41.54%
G = 29.23%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A27272 (or 0xA27272) is known color: Coral Tree. HEX triplet: A2, 72 and 72. RGB value is (162,114,114). Sum of RGB (Red+Green+Blue) = 162+114+114=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A27272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27272 is #5D8D8D. Grayscale: #808080. Windows color (decimal): -6131086 or 7500450. OLE color: 7500450.

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

Color convert

RGB 162 114 114 -
CMYK 0 0.30 0.30 0.36
HSL 0.21% 0.54% -
HSV(B) 0.3% 0.64% -
XYZ 23.95 20.93 18.7 -
YUV 128.35 119.9 152 -
System Red Green Blue C M Y K H S L
Decimal 162 114 114 0 0.30 0.30 0.36 0 0.21 0.54
Hex A2 72 72 0 1E 1E 24 0 15 36
Octal 242 162 162 0 36 36 44 0 25 66
Binary 10100010 1110010 1110010 0 11110 11110 100100 0 10101 110110

Color Harmonies of #A27272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27272

Black with #A27272

Text Example


Text Example

White with #A27272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27272; }

 p { color: rgb(162,114,114); }

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

background-color css

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

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

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

border-color css

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

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

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