Html Css Color HEX #A6736E Coral Tree

📋 copy color: '#A6736E'

red 166 ◦ green 115 ◦ blue 110

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

Shades of Coral Tree #A6736E

Tints of Coral Tree #A6736E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.41%

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

R = 42.46%
G = 29.41%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6736E (or 0xA6736E) is known color: Coral Tree. HEX triplet: A6, 73 and 6E. RGB value is (166,115,110). Sum of RGB (Red+Green+Blue) = 166+115+110=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A6736E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6736E is #598C91. Grayscale: #818181. Windows color (decimal): -5868690 or 7238566. OLE color: 7238566.

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

Color convert

RGB 166 115 110 -
CMYK 0 0.31 0.34 0.35
HSL 5.36º 0.24% 0.54% -
HSV(B) 5.36º 0.34% 0.65% -
XYZ 24.67 21.49 17.6 -
YUV 129.68 116.9 153.91 -
System Red Green Blue C M Y K H S L
Decimal 166 115 110 0 0.31 0.34 0.35 5.36 0.24 0.54
Hex A6 73 6E 0 1F 22 23 5 18 36
Octal 246 163 156 0 37 42 43 5 30 66
Binary 10100110 1110011 1101110 0 11111 100010 100011 101 11000 110110

Color Harmonies of #A6736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6736E

Black with #A6736E

Text Example


Text Example

White with #A6736E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6736E; }

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

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

background-color css

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

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

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

border-color css

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

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

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