Html Css Color HEX #A88061 Medium Wood

📋 copy color: '#A88061'

red 168 ◦ green 128 ◦ blue 97

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

Shades of Medium Wood #A88061

Tints of Medium Wood #A88061

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.57%

 BLUE value IS 97 (38.28% from 255) = 24.68%

R = 42.75%
G = 32.57%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A88061 (or 0xA88061) is known color: Medium Wood. HEX triplet: A8, 80 and 61. RGB value is (168,128,97). Sum of RGB (Red+Green+Blue) = 168+128+97=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A88061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88061 is #577F9E. Grayscale: #888888. Windows color (decimal): -5734303 or 6389928. OLE color: 6389928.

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

Color convert

RGB 168 128 97 -
CMYK 0 0.24 0.42 0.34
HSL 26.2º 0.29% 0.52% -
HSV(B) 26.2º 0.42% 0.66% -
XYZ 26.03 24.63 14.69 -
YUV 136.43 105.75 150.52 -
System Red Green Blue C M Y K H S L
Decimal 168 128 97 0 0.24 0.42 0.34 26.2 0.29 0.52
Hex A8 80 61 0 18 2A 22 1A 1D 34
Octal 250 200 141 0 30 52 42 32 35 64
Binary 10101000 10000000 1100001 0 11000 101010 100010 11010 11101 110100

Color Harmonies of #A88061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88061

Black with #A88061

Text Example


Text Example

White with #A88061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88061; }

 p { color: rgb(168,128,97); }

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

background-color css

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

 a { background-color: rgb(168,128,97); }

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

border-color css

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

 span { border-color: rgb(168,128,97); }

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