Html Css Color HEX #A27472 Coral Tree

📋 copy color: '#A27472'

red 162 ◦ green 116 ◦ blue 114

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

Shades of Coral Tree #A27472

Tints of Coral Tree #A27472

RGB

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

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

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

R = 41.33%
G = 29.59%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A27472 (or 0xA27472) is known color: Coral Tree. HEX triplet: A2, 74 and 72. RGB value is (162,116,114). Sum of RGB (Red+Green+Blue) = 162+116+114=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A27472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27472 is #5D8B8D. Grayscale: #818181. Windows color (decimal): -6130574 or 7500962. OLE color: 7500962.

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

Color convert

RGB 162 116 114 -
CMYK 0 0.28 0.30 0.36
HSL 2.5º 0.21% 0.54% -
HSV(B) 2.5º 0.3% 0.64% -
XYZ 24.18 21.39 18.77 -
YUV 129.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 162 116 114 0 0.28 0.30 0.36 2.5 0.21 0.54
Hex A2 74 72 0 1C 1E 24 2 15 36
Octal 242 164 162 0 34 36 44 2 25 66
Binary 10100010 1110100 1110010 0 11100 11110 100100 10 10101 110110

Color Harmonies of #A27472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27472

Black with #A27472

Text Example


Text Example

White with #A27472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27472; }

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

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

background-color css

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

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

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

border-color css

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

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

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