Html Css Color HEX #A2716E Coral Tree

📋 copy color: '#A2716E'

red 162 ◦ green 113 ◦ blue 110

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

Shades of Coral Tree #A2716E

Tints of Coral Tree #A2716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.35%

 BLUE value IS 110 (43.36% from 255) = 28.57%

R = 42.08%
G = 29.35%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A2716E (or 0xA2716E) is known color: Coral Tree. HEX triplet: A2, 71 and 6E. RGB value is (162,113,110). Sum of RGB (Red+Green+Blue) = 162+113+110=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A2716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2716E is #5D8E91. Grayscale: #7F7F7F. Windows color (decimal): -6131346 or 7238050. OLE color: 7238050.

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

Color convert

RGB 162 113 110 -
CMYK 0 0.30 0.32 0.36
HSL 3.46º 0.22% 0.53% -
HSV(B) 3.46º 0.32% 0.64% -
XYZ 23.62 20.62 17.49 -
YUV 127.31 118.23 152.74 -
System Red Green Blue C M Y K H S L
Decimal 162 113 110 0 0.30 0.32 0.36 3.46 0.22 0.53
Hex A2 71 6E 0 1E 20 24 3 16 35
Octal 242 161 156 0 36 40 44 3 26 65
Binary 10100010 1110001 1101110 0 11110 100000 100100 11 10110 110101

Color Harmonies of #A2716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2716E

Black with #A2716E

Text Example


Text Example

White with #A2716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2716E; }

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

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

background-color css

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

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

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

border-color css

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

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

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