Html Css Color HEX #A6786D Coral Tree

📋 copy color: '#A6786D'

red 166 ◦ green 120 ◦ blue 109

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

Shades of Coral Tree #A6786D

Tints of Coral Tree #A6786D

RGB

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

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

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

R = 42.03%
G = 30.38%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6786D (or 0xA6786D) is known color: Coral Tree. HEX triplet: A6, 78 and 6D. RGB value is (166,120,109). Sum of RGB (Red+Green+Blue) = 166+120+109=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A6786D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6786D is #598792. Grayscale: #848484. Windows color (decimal): -5867411 or 7174310. OLE color: 7174310.

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

Color convert

RGB 166 120 109 -
CMYK 0 0.28 0.34 0.35
HSL 11.58º 0.24% 0.54% -
HSV(B) 11.58º 0.34% 0.65% -
XYZ 25.2 22.64 17.51 -
YUV 132.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 166 120 109 0 0.28 0.34 0.35 11.58 0.24 0.54
Hex A6 78 6D 0 1C 22 23 C 18 36
Octal 246 170 155 0 34 42 43 14 30 66
Binary 10100110 1111000 1101101 0 11100 100010 100011 1100 11000 110110

Color Harmonies of #A6786D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6786D

Black with #A6786D

Text Example


Text Example

White with #A6786D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6786D; }

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

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

background-color css

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

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

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

border-color css

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

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

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