Html Css Color HEX #A97F5A Medium Wood

📋 copy color: '#A97F5A'

red 169 ◦ green 127 ◦ blue 90

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

Shades of Medium Wood #A97F5A

Tints of Medium Wood #A97F5A

RGB

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

 GREEN value IS 127 (50% from 255) = 32.9%

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

R = 43.78%
G = 32.9%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A97F5A (or 0xA97F5A) is known color: Medium Wood. HEX triplet: A9, 7F and 5A. RGB value is (169,127,90). Sum of RGB (Red+Green+Blue) = 169+127+90=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A97F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97F5A is #5680A5. Grayscale: #878787. Windows color (decimal): -5669030 or 5930921. OLE color: 5930921.

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

Color convert

RGB 169 127 90 -
CMYK 0 0.25 0.47 0.34
HSL 28.1º 0.31% 0.51% -
HSV(B) 28.1º 0.47% 0.66% -
XYZ 25.8 24.35 13.01 -
YUV 135.34 102.41 152.01 -
System Red Green Blue C M Y K H S L
Decimal 169 127 90 0 0.25 0.47 0.34 28.1 0.31 0.51
Hex A9 7F 5A 0 19 2F 22 1C 1F 33
Octal 251 177 132 0 31 57 42 34 37 63
Binary 10101001 1111111 1011010 0 11001 101111 100010 11100 11111 110011

Color Harmonies of #A97F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97F5A

Black with #A97F5A

Text Example


Text Example

White with #A97F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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