Html Css Color HEX #A88461 Medium Wood

📋 copy color: '#A88461'

red 168 ◦ green 132 ◦ blue 97

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

Shades of Medium Wood #A88461

Tints of Medium Wood #A88461

RGB

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

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

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

R = 42.32%
G = 33.25%
B = 24.43%

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

#A88461 (or 0xA88461) is known color: Medium Wood. HEX triplet: A8, 84 and 61. RGB value is (168,132,97). Sum of RGB (Red+Green+Blue) = 168+132+97=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A88461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88461 is #577B9E. Grayscale: #8A8A8A. Windows color (decimal): -5733279 or 6390952. OLE color: 6390952.

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

Color convert

RGB 168 132 97 -
CMYK 0 0.21 0.42 0.34
HSL 29.58º 0.29% 0.52% -
HSV(B) 29.58º 0.42% 0.66% -
XYZ 26.56 25.69 14.87 -
YUV 138.77 104.43 148.85 -
System Red Green Blue C M Y K H S L
Decimal 168 132 97 0 0.21 0.42 0.34 29.58 0.29 0.52
Hex A8 84 61 0 15 2A 22 1E 1D 34
Octal 250 204 141 0 25 52 42 36 35 64
Binary 10101000 10000100 1100001 0 10101 101010 100010 11110 11101 110100

Color Harmonies of #A88461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88461

Black with #A88461

Text Example


Text Example

White with #A88461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88461; }

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

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

background-color css

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

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

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

border-color css

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

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

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