Html Css Color HEX #A6706F Coral Tree

📋 copy color: '#A6706F'

red 166 ◦ green 112 ◦ blue 111

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

Shades of Coral Tree #A6706F

Tints of Coral Tree #A6706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.79%

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

R = 42.67%
G = 28.79%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A6706F (or 0xA6706F) is known color: Coral Tree. HEX triplet: A6, 70 and 6F. RGB value is (166,112,111). Sum of RGB (Red+Green+Blue) = 166+112+111=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A6706F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6706F is #598F90. Grayscale: #808080. Windows color (decimal): -5869457 or 7303334. OLE color: 7303334.

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

Color convert

RGB 166 112 111 -
CMYK 0 0.33 0.33 0.35
HSL 1.09º 0.24% 0.54% -
HSV(B) 1.09º 0.33% 0.65% -
XYZ 24.39 20.84 17.78 -
YUV 128.03 118.39 155.08 -
System Red Green Blue C M Y K H S L
Decimal 166 112 111 0 0.33 0.33 0.35 1.09 0.24 0.54
Hex A6 70 6F 0 21 21 23 1 18 36
Octal 246 160 157 0 41 41 43 1 30 66
Binary 10100110 1110000 1101111 0 100001 100001 100011 1 11000 110110

Color Harmonies of #A6706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6706F

Black with #A6706F

Text Example


Text Example

White with #A6706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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