Html Css Color HEX #A6786E Coral Tree

📋 copy color: '#A6786E'

red 166 ◦ green 120 ◦ blue 110

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

Shades of Coral Tree #A6786E

Tints of Coral Tree #A6786E

RGB

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

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

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

R = 41.92%
G = 30.3%
B = 27.78%

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

#A6786E (or 0xA6786E) is known color: Coral Tree. HEX triplet: A6, 78 and 6E. RGB value is (166,120,110). Sum of RGB (Red+Green+Blue) = 166+120+110=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A6786E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6786E is #598791. Grayscale: #848484. Windows color (decimal): -5867410 or 7239846. OLE color: 7239846.

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

Color convert

RGB 166 120 110 -
CMYK 0 0.28 0.34 0.35
HSL 10.71º 0.24% 0.54% -
HSV(B) 10.71º 0.34% 0.65% -
XYZ 25.26 22.67 17.8 -
YUV 132.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 166 120 110 0 0.28 0.34 0.35 10.71 0.24 0.54
Hex A6 78 6E 0 1C 22 23 B 18 36
Octal 246 170 156 0 34 42 43 13 30 66
Binary 10100110 1111000 1101110 0 11100 100010 100011 1011 11000 110110

Color Harmonies of #A6786E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6786E

Black with #A6786E

Text Example


Text Example

White with #A6786E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6786E; }

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

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

background-color css

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

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

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

border-color css

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

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

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