Html Css Color HEX #A97D5A Medium Wood

📋 copy color: '#A97D5A'

red 169 ◦ green 125 ◦ blue 90

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

Shades of Medium Wood #A97D5A

Tints of Medium Wood #A97D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.44%

R = 44.01%
G = 32.55%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A97D5A (or 0xA97D5A) is known color: Medium Wood. HEX triplet: A9, 7D and 5A. RGB value is (169,125,90). Sum of RGB (Red+Green+Blue) = 169+125+90=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D5A is #5682A5. Grayscale: #868686. Windows color (decimal): -5669542 or 5930409. OLE color: 5930409.

HSL color Cylindrical-coordinate representation of color #A97D5A: hue angle of 26.58º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A97D5A is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 125 90 -
CMYK 0 0.26 0.47 0.34
HSL 26.58º 0.31% 0.51% -
HSV(B) 26.58º 0.47% 0.66% -
XYZ 25.54 23.84 12.93 -
YUV 134.17 103.08 152.85 -
System Red Green Blue C M Y K H S L
Decimal 169 125 90 0 0.26 0.47 0.34 26.58 0.31 0.51
Hex A9 7D 5A 0 1A 2F 22 1B 1F 33
Octal 251 175 132 0 32 57 42 33 37 63
Binary 10101001 1111101 1011010 0 11010 101111 100010 11011 11111 110011

Color Harmonies of #A97D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97D5A

Black with #A97D5A

Text Example


Text Example

White with #A97D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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