Html Css Color HEX #A6716D Coral Tree

📋 copy color: '#A6716D'

red 166 ◦ green 113 ◦ blue 109

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

Shades of Coral Tree #A6716D

Tints of Coral Tree #A6716D

RGB

 RED value IS 166 (65.23% from 255) = 42.78%

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

 BLUE value IS 109 (42.97% from 255) = 28.09%

R = 42.78%
G = 29.12%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6716D (or 0xA6716D) is known color: Coral Tree. HEX triplet: A6, 71 and 6D. RGB value is (166,113,109). Sum of RGB (Red+Green+Blue) = 166+113+109=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A6716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6716D is #598E92. Grayscale: #808080. Windows color (decimal): -5869203 or 7172518. OLE color: 7172518.

HSL color Cylindrical-coordinate representation of color #A6716D: hue angle of 4.21º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6716D is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 113 109 -
CMYK 0 0.32 0.34 0.35
HSL 4.21º 0.24% 0.54% -
HSV(B) 4.21º 0.34% 0.65% -
XYZ 24.39 21.02 17.24 -
YUV 128.39 117.06 154.83 -
System Red Green Blue C M Y K H S L
Decimal 166 113 109 0 0.32 0.34 0.35 4.21 0.24 0.54
Hex A6 71 6D 0 20 22 23 4 18 36
Octal 246 161 155 0 40 42 43 4 30 66
Binary 10100110 1110001 1101101 0 100000 100010 100011 100 11000 110110

Color Harmonies of #A6716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6716D

Black with #A6716D

Text Example


Text Example

White with #A6716D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6716D; }

 p { color: rgb(166,113,109); }

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

background-color css

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

 a { background-color: rgb(166,113,109); }

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

border-color css

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

 span { border-color: rgb(166,113,109); }

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