Html Css Color HEX #A98572 Medium Wood

📋 copy color: '#A98572'

red 169 ◦ green 133 ◦ blue 114

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

Shades of Medium Wood #A98572

Tints of Medium Wood #A98572

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.97%

 BLUE value IS 114 (44.92% from 255) = 27.4%

R = 40.63%
G = 31.97%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A98572 (or 0xA98572) is known color: Medium Wood. HEX triplet: A9, 85 and 72. RGB value is (169,133,114). Sum of RGB (Red+Green+Blue) = 169+133+114=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 169 - color contains mainly: red. Hex color #A98572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98572 is #567A8D. Grayscale: #8D8D8D. Windows color (decimal): -5667470 or 7505321. OLE color: 7505321.

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

Color convert

RGB 169 133 114 -
CMYK 0 0.21 0.33 0.34
HSL 20.73º 0.24% 0.55% -
HSV(B) 20.73º 0.33% 0.66% -
XYZ 27.79 26.42 19.56 -
YUV 141.6 112.43 147.54 -
System Red Green Blue C M Y K H S L
Decimal 169 133 114 0 0.21 0.33 0.34 20.73 0.24 0.55
Hex A9 85 72 0 15 21 22 15 18 37
Octal 251 205 162 0 25 41 42 25 30 67
Binary 10101001 10000101 1110010 0 10101 100001 100010 10101 11000 110111

Color Harmonies of #A98572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98572

Black with #A98572

Text Example


Text Example

White with #A98572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98572; }

 p { color: rgb(169,133,114); }

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

background-color css

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

 a { background-color: rgb(169,133,114); }

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

border-color css

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

 span { border-color: rgb(169,133,114); }

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