Html Css Color HEX #A97D64 Medium Wood

📋 copy color: '#A97D64'

red 169 ◦ green 125 ◦ blue 100

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

Shades of Medium Wood #A97D64

Tints of Medium Wood #A97D64

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.73%

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

R = 42.89%
G = 31.73%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A97D64 (or 0xA97D64) is known color: Medium Wood. HEX triplet: A9, 7D and 64. RGB value is (169,125,100). Sum of RGB (Red+Green+Blue) = 169+125+100=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D64 is #56829B. Grayscale: #878787. Windows color (decimal): -5669532 or 6585769. OLE color: 6585769.

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

Color convert

RGB 169 125 100 -
CMYK 0 0.26 0.41 0.34
HSL 21.74º 0.29% 0.53% -
HSV(B) 21.74º 0.41% 0.66% -
XYZ 26 24.02 15.32 -
YUV 135.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 169 125 100 0 0.26 0.41 0.34 21.74 0.29 0.53
Hex A9 7D 64 0 1A 29 22 16 1D 35
Octal 251 175 144 0 32 51 42 26 35 65
Binary 10101001 1111101 1100100 0 11010 101001 100010 10110 11101 110101

Color Harmonies of #A97D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97D64

Black with #A97D64

Text Example


Text Example

White with #A97D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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