Html Css Color HEX #A6756D Coral Tree

📋 copy color: '#A6756D'

red 166 ◦ green 117 ◦ blue 109

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

Shades of Coral Tree #A6756D

Tints of Coral Tree #A6756D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.85%

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

R = 42.35%
G = 29.85%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6756D (or 0xA6756D) is known color: Coral Tree. HEX triplet: A6, 75 and 6D. RGB value is (166,117,109). Sum of RGB (Red+Green+Blue) = 166+117+109=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A6756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6756D is #598A92. Grayscale: #828282. Windows color (decimal): -5868179 or 7173542. OLE color: 7173542.

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

Color convert

RGB 166 117 109 -
CMYK 0 0.30 0.34 0.35
HSL 8.42º 0.24% 0.54% -
HSV(B) 8.42º 0.34% 0.65% -
XYZ 24.85 21.93 17.39 -
YUV 130.74 115.73 153.15 -
System Red Green Blue C M Y K H S L
Decimal 166 117 109 0 0.30 0.34 0.35 8.42 0.24 0.54
Hex A6 75 6D 0 1E 22 23 8 18 36
Octal 246 165 155 0 36 42 43 10 30 66
Binary 10100110 1110101 1101101 0 11110 100010 100011 1000 11000 110110

Color Harmonies of #A6756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6756D

Black with #A6756D

Text Example


Text Example

White with #A6756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6756D; }

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

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

background-color css

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

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

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

border-color css

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

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

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