Html Css Color HEX #A88370 Medium Wood

📋 copy color: '#A88370'

red 168 ◦ green 131 ◦ blue 112

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

Shades of Medium Wood #A88370

Tints of Medium Wood #A88370

RGB

 RED value IS 168 (66.02% from 255) = 40.88%

 GREEN value IS 131 (51.56% from 255) = 31.87%

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

R = 40.88%
G = 31.87%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A88370 (or 0xA88370) is known color: Medium Wood. HEX triplet: A8, 83 and 70. RGB value is (168,131,112). Sum of RGB (Red+Green+Blue) = 168+131+112=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A88370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88370 is #577C8F. Grayscale: #8C8C8C. Windows color (decimal): -5733520 or 7373736. OLE color: 7373736.

HSL color Cylindrical-coordinate representation of color #A88370: hue angle of 20.36º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A88370 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 131 112 -
CMYK 0 0.22 0.33 0.34
HSL 20.36º 0.24% 0.55% -
HSV(B) 20.36º 0.33% 0.66% -
XYZ 27.19 25.73 18.86 -
YUV 139.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 168 131 112 0 0.22 0.33 0.34 20.36 0.24 0.55
Hex A8 83 70 0 16 21 22 14 18 37
Octal 250 203 160 0 26 41 42 24 30 67
Binary 10101000 10000011 1110000 0 10110 100001 100010 10100 11000 110111

Color Harmonies of #A88370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88370

Black with #A88370

Text Example


Text Example

White with #A88370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88370; }

 p { color: rgb(168,131,112); }

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

background-color css

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

 a { background-color: rgb(168,131,112); }

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

border-color css

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

 span { border-color: rgb(168,131,112); }

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