Html Css Color HEX #A6766E Coral Tree

📋 copy color: '#A6766E'

red 166 ◦ green 118 ◦ blue 110

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

Shades of Coral Tree #A6766E

Tints of Coral Tree #A6766E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.95%

 BLUE value IS 110 (43.36% from 255) = 27.92%

R = 42.13%
G = 29.95%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6766E (or 0xA6766E) is known color: Coral Tree. HEX triplet: A6, 76 and 6E. RGB value is (166,118,110). Sum of RGB (Red+Green+Blue) = 166+118+110=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A6766E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6766E is #598991. Grayscale: #838383. Windows color (decimal): -5867922 or 7239334. OLE color: 7239334.

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

Color convert

RGB 166 118 110 -
CMYK 0 0.29 0.34 0.35
HSL 8.57º 0.24% 0.54% -
HSV(B) 8.57º 0.34% 0.65% -
XYZ 25.02 22.19 17.72 -
YUV 131.44 115.9 152.65 -
System Red Green Blue C M Y K H S L
Decimal 166 118 110 0 0.29 0.34 0.35 8.57 0.24 0.54
Hex A6 76 6E 0 1D 22 23 9 18 36
Octal 246 166 156 0 35 42 43 11 30 66
Binary 10100110 1110110 1101110 0 11101 100010 100011 1001 11000 110110

Color Harmonies of #A6766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6766E

Black with #A6766E

Text Example


Text Example

White with #A6766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6766E; }

 p { color: rgb(166,118,110); }

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

background-color css

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

 a { background-color: rgb(166,118,110); }

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

border-color css

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

 span { border-color: rgb(166,118,110); }

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