Html Css Color HEX #A6786F Coral Tree

📋 copy color: '#A6786F'

red 166 ◦ green 120 ◦ blue 111

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

Shades of Coral Tree #A6786F

Tints of Coral Tree #A6786F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.23%

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

R = 41.81%
G = 30.23%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A6786F (or 0xA6786F) is known color: Coral Tree. HEX triplet: A6, 78 and 6F. RGB value is (166,120,111). Sum of RGB (Red+Green+Blue) = 166+120+111=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A6786F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6786F is #598790. Grayscale: #848484. Windows color (decimal): -5867409 or 7305382. OLE color: 7305382.

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

Color convert

RGB 166 120 111 -
CMYK 0 0.28 0.33 0.35
HSL 9.82º 0.24% 0.54% -
HSV(B) 9.82º 0.33% 0.65% -
XYZ 25.31 22.69 18.08 -
YUV 132.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 166 120 111 0 0.28 0.33 0.35 9.82 0.24 0.54
Hex A6 78 6F 0 1C 21 23 A 18 36
Octal 246 170 157 0 34 41 43 12 30 66
Binary 10100110 1111000 1101111 0 11100 100001 100011 1010 11000 110110

Color Harmonies of #A6786F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6786F

Black with #A6786F

Text Example


Text Example

White with #A6786F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6786F; }

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

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

background-color css

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

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

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

border-color css

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

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

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