Html Css Color HEX #A88561 Medium Wood

📋 copy color: '#A88561'

red 168 ◦ green 133 ◦ blue 97

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

Shades of Medium Wood #A88561

Tints of Medium Wood #A88561

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.42%

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

R = 42.21%
G = 33.42%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A88561 (or 0xA88561) is known color: Medium Wood. HEX triplet: A8, 85 and 61. RGB value is (168,133,97). Sum of RGB (Red+Green+Blue) = 168+133+97=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 168 - color contains mainly: red. Hex color #A88561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88561 is #577A9E. Grayscale: #8B8B8B. Windows color (decimal): -5733023 or 6391208. OLE color: 6391208.

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

Color convert

RGB 168 133 97 -
CMYK 0 0.21 0.42 0.34
HSL 30.42º 0.29% 0.52% -
HSV(B) 30.42º 0.42% 0.66% -
XYZ 26.69 25.96 14.91 -
YUV 139.36 104.1 148.43 -
System Red Green Blue C M Y K H S L
Decimal 168 133 97 0 0.21 0.42 0.34 30.42 0.29 0.52
Hex A8 85 61 0 15 2A 22 1E 1D 34
Octal 250 205 141 0 25 52 42 36 35 64
Binary 10101000 10000101 1100001 0 10101 101010 100010 11110 11101 110100

Color Harmonies of #A88561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88561

Black with #A88561

Text Example


Text Example

White with #A88561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88561; }

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

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

background-color css

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

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

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

border-color css

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

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

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