Html Css Color HEX #A88164 Medium Wood

📋 copy color: '#A88164'

red 168 ◦ green 129 ◦ blue 100

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

Shades of Medium Wood #A88164

Tints of Medium Wood #A88164

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.49%

 BLUE value IS 100 (39.45% from 255) = 25.19%

R = 42.32%
G = 32.49%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A88164 (or 0xA88164) is known color: Medium Wood. HEX triplet: A8, 81 and 64. RGB value is (168,129,100). Sum of RGB (Red+Green+Blue) = 168+129+100=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A88164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88164 is #577E9B. Grayscale: #898989. Windows color (decimal): -5734044 or 6586792. OLE color: 6586792.

HSL color Cylindrical-coordinate representation of color #A88164: hue angle of 25.59º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A88164 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 129 100 -
CMYK 0 0.23 0.40 0.34
HSL 25.59º 0.28% 0.53% -
HSV(B) 25.59º 0.4% 0.66% -
XYZ 26.3 24.95 15.49 -
YUV 137.36 106.92 149.86 -
System Red Green Blue C M Y K H S L
Decimal 168 129 100 0 0.23 0.40 0.34 25.59 0.28 0.53
Hex A8 81 64 0 17 28 22 1A 1C 35
Octal 250 201 144 0 27 50 42 32 34 65
Binary 10101000 10000001 1100100 0 10111 101000 100010 11010 11100 110101

Color Harmonies of #A88164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88164

Black with #A88164

Text Example


Text Example

White with #A88164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88164; }

 p { color: rgb(168,129,100); }

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

background-color css

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

 a { background-color: rgb(168,129,100); }

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

border-color css

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

 span { border-color: rgb(168,129,100); }

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