Html Css Color HEX #A6756F Coral Tree

📋 copy color: '#A6756F'

red 166 ◦ green 117 ◦ blue 111

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

Shades of Coral Tree #A6756F

Tints of Coral Tree #A6756F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.17%

R = 42.13%
G = 29.7%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A6756F (or 0xA6756F) is known color: Coral Tree. HEX triplet: A6, 75 and 6F. RGB value is (166,117,111). Sum of RGB (Red+Green+Blue) = 166+117+111=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A6756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6756F is #598A90. Grayscale: #838383. Windows color (decimal): -5868177 or 7304614. OLE color: 7304614.

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

Color convert

RGB 166 117 111 -
CMYK 0 0.30 0.33 0.35
HSL 6.55º 0.24% 0.54% -
HSV(B) 6.55º 0.33% 0.65% -
XYZ 24.96 21.98 17.97 -
YUV 130.97 116.73 152.99 -
System Red Green Blue C M Y K H S L
Decimal 166 117 111 0 0.30 0.33 0.35 6.55 0.24 0.54
Hex A6 75 6F 0 1E 21 23 7 18 36
Octal 246 165 157 0 36 41 43 7 30 66
Binary 10100110 1110101 1101111 0 11110 100001 100011 111 11000 110110

Color Harmonies of #A6756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6756F

Black with #A6756F

Text Example


Text Example

White with #A6756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6756F; }

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

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

background-color css

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

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

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

border-color css

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

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

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