Html Css Color HEX #A2716B Coral Tree

📋 copy color: '#A2716B'

red 162 ◦ green 113 ◦ blue 107

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

Shades of Coral Tree #A2716B

Tints of Coral Tree #A2716B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.01%

R = 42.41%
G = 29.58%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A2716B (or 0xA2716B) is known color: Coral Tree. HEX triplet: A2, 71 and 6B. RGB value is (162,113,107). Sum of RGB (Red+Green+Blue) = 162+113+107=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A2716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2716B is #5D8E94. Grayscale: #7F7F7F. Windows color (decimal): -6131349 or 7041442. OLE color: 7041442.

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

Color convert

RGB 162 113 107 -
CMYK 0 0.30 0.34 0.36
HSL 6.55º 0.23% 0.53% -
HSV(B) 6.55º 0.34% 0.64% -
XYZ 23.46 20.55 16.64 -
YUV 126.97 116.73 152.99 -
System Red Green Blue C M Y K H S L
Decimal 162 113 107 0 0.30 0.34 0.36 6.55 0.23 0.53
Hex A2 71 6B 0 1E 22 24 7 17 35
Octal 242 161 153 0 36 42 44 7 27 65
Binary 10100010 1110001 1101011 0 11110 100010 100100 111 10111 110101

Color Harmonies of #A2716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2716B

Black with #A2716B

Text Example


Text Example

White with #A2716B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2716B; }

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

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

background-color css

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

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

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

border-color css

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

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

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