Html Css Color HEX #A68470 Medium Wood

📋 copy color: '#A68470'

red 166 ◦ green 132 ◦ blue 112

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

Shades of Medium Wood #A68470

Tints of Medium Wood #A68470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.2%

 BLUE value IS 112 (44.14% from 255) = 27.32%

R = 40.49%
G = 32.2%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A68470 (or 0xA68470) is known color: Medium Wood. HEX triplet: A6, 84 and 70. RGB value is (166,132,112). Sum of RGB (Red+Green+Blue) = 166+132+112=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A68470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68470 is #597B8F. Grayscale: #8C8C8C. Windows color (decimal): -5864336 or 7373990. OLE color: 7373990.

HSL color Cylindrical-coordinate representation of color #A68470: hue angle of 22.22º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A68470 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 132 112 -
CMYK 0 0.20 0.33 0.35
HSL 22.22º 0.23% 0.55% -
HSV(B) 22.22º 0.33% 0.65% -
XYZ 26.9 25.78 18.89 -
YUV 139.89 112.26 146.63 -
System Red Green Blue C M Y K H S L
Decimal 166 132 112 0 0.20 0.33 0.35 22.22 0.23 0.55
Hex A6 84 70 0 14 21 23 16 17 37
Octal 246 204 160 0 24 41 43 26 27 67
Binary 10100110 10000100 1110000 0 10100 100001 100011 10110 10111 110111

Color Harmonies of #A68470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68470

Black with #A68470

Text Example


Text Example

White with #A68470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68470; }

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

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

background-color css

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

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

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

border-color css

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

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

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