Html Css Color HEX #A2716A Coral Tree

📋 copy color: '#A2716A'

red 162 ◦ green 113 ◦ blue 106

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

Shades of Coral Tree #A2716A

Tints of Coral Tree #A2716A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.82%

R = 42.52%
G = 29.66%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A2716A (or 0xA2716A) is known color: Coral Tree. HEX triplet: A2, 71 and 6A. RGB value is (162,113,106). Sum of RGB (Red+Green+Blue) = 162+113+106=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A2716A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2716A is #5D8E95. Grayscale: #7E7E7E. Windows color (decimal): -6131350 or 6975906. OLE color: 6975906.

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

Color convert

RGB 162 113 106 -
CMYK 0 0.30 0.35 0.36
HSL 7.5º 0.23% 0.53% -
HSV(B) 7.5º 0.35% 0.64% -
XYZ 23.41 20.53 16.37 -
YUV 126.85 116.23 153.07 -
System Red Green Blue C M Y K H S L
Decimal 162 113 106 0 0.30 0.35 0.36 7.5 0.23 0.53
Hex A2 71 6A 0 1E 23 24 8 17 35
Octal 242 161 152 0 36 43 44 10 27 65
Binary 10100010 1110001 1101010 0 11110 100011 100100 1000 10111 110101

Color Harmonies of #A2716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2716A

Black with #A2716A

Text Example


Text Example

White with #A2716A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2716A; }

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

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

background-color css

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

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

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

border-color css

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

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

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