Html Css Color HEX #A98164 Medium Wood

📋 copy color: '#A98164'

red 169 ◦ green 129 ◦ blue 100

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

Shades of Medium Wood #A98164

Tints of Medium Wood #A98164

RGB

 RED value IS 169 (66.41% from 255) = 42.46%

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

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

R = 42.46%
G = 32.41%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A98164 (or 0xA98164) is known color: Medium Wood. HEX triplet: A9, 81 and 64. RGB value is (169,129,100). Sum of RGB (Red+Green+Blue) = 169+129+100=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A98164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98164 is #567E9B. Grayscale: #898989. Windows color (decimal): -5668508 or 6586793. OLE color: 6586793.

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

Color convert

RGB 169 129 100 -
CMYK 0 0.24 0.41 0.34
HSL 25.22º 0.29% 0.53% -
HSV(B) 25.22º 0.41% 0.66% -
XYZ 26.51 25.06 15.5 -
YUV 137.65 106.75 150.36 -
System Red Green Blue C M Y K H S L
Decimal 169 129 100 0 0.24 0.41 0.34 25.22 0.29 0.53
Hex A9 81 64 0 18 29 22 19 1D 35
Octal 251 201 144 0 30 51 42 31 35 65
Binary 10101001 10000001 1100100 0 11000 101001 100010 11001 11101 110101

Color Harmonies of #A98164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98164

Black with #A98164

Text Example


Text Example

White with #A98164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98164; }

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

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

background-color css

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

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

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

border-color css

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

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

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