Html Css Color HEX #A97D60 Medium Wood

📋 copy color: '#A97D60'

red 169 ◦ green 125 ◦ blue 96

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

Shades of Medium Wood #A97D60

Tints of Medium Wood #A97D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.62%

R = 43.33%
G = 32.05%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A97D60 (or 0xA97D60) is known color: Medium Wood. HEX triplet: A9, 7D and 60. RGB value is (169,125,96). Sum of RGB (Red+Green+Blue) = 169+125+96=390 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.33% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D60 is #56829F. Grayscale: #878787. Windows color (decimal): -5669536 or 6323625. OLE color: 6323625.

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

Color convert

RGB 169 125 96 -
CMYK 0 0.26 0.43 0.34
HSL 23.84º 0.3% 0.52% -
HSV(B) 23.84º 0.43% 0.66% -
XYZ 25.81 23.95 14.33 -
YUV 134.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 169 125 96 0 0.26 0.43 0.34 23.84 0.3 0.52
Hex A9 7D 60 0 1A 2B 22 18 1E 34
Octal 251 175 140 0 32 53 42 30 36 64
Binary 10101001 1111101 1100000 0 11010 101011 100010 11000 11110 110100

Color Harmonies of #A97D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97D60

Black with #A97D60

Text Example


Text Example

White with #A97D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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