Html Css Color HEX #A27271 Coral Tree

📋 copy color: '#A27271'

red 162 ◦ green 114 ◦ blue 113

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

Shades of Coral Tree #A27271

Tints of Coral Tree #A27271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.05%

R = 41.65%
G = 29.31%
B = 29.05%

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

#A27271 (or 0xA27271) is known color: Coral Tree. HEX triplet: A2, 72 and 71. RGB value is (162,114,113). Sum of RGB (Red+Green+Blue) = 162+114+113=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A27271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27271 is #5D8D8E. Grayscale: #808080. Windows color (decimal): -6131087 or 7434914. OLE color: 7434914.

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

Color convert

RGB 162 114 113 -
CMYK 0 0.30 0.30 0.36
HSL 1.22º 0.21% 0.54% -
HSV(B) 1.22º 0.3% 0.64% -
XYZ 23.9 20.91 18.4 -
YUV 128.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 162 114 113 0 0.30 0.30 0.36 1.22 0.21 0.54
Hex A2 72 71 0 1E 1E 24 1 15 36
Octal 242 162 161 0 36 36 44 1 25 66
Binary 10100010 1110010 1110001 0 11110 11110 100100 1 10101 110110

Color Harmonies of #A27271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27271

Black with #A27271

Text Example


Text Example

White with #A27271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27271; }

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

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

background-color css

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

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

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

border-color css

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

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

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