Html Css Color HEX #A6766F Coral Tree

📋 copy color: '#A6766F'

red 166 ◦ green 118 ◦ blue 111

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

Shades of Coral Tree #A6766F

Tints of Coral Tree #A6766F

RGB

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

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

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

R = 42.03%
G = 29.87%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A6766F (or 0xA6766F) is known color: Coral Tree. HEX triplet: A6, 76 and 6F. RGB value is (166,118,111). Sum of RGB (Red+Green+Blue) = 166+118+111=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A6766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6766F is #598990. Grayscale: #838383. Windows color (decimal): -5867921 or 7304870. OLE color: 7304870.

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

Color convert

RGB 166 118 111 -
CMYK 0 0.29 0.33 0.35
HSL 7.64º 0.24% 0.54% -
HSV(B) 7.64º 0.33% 0.65% -
XYZ 25.07 22.21 18 -
YUV 131.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 166 118 111 0 0.29 0.33 0.35 7.64 0.24 0.54
Hex A6 76 6F 0 1D 21 23 8 18 36
Octal 246 166 157 0 35 41 43 10 30 66
Binary 10100110 1110110 1101111 0 11101 100001 100011 1000 11000 110110

Color Harmonies of #A6766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6766F

Black with #A6766F

Text Example


Text Example

White with #A6766F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6766F; }

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

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

background-color css

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

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

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

border-color css

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

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

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