Html Css Color HEX #A98062 Medium Wood

📋 copy color: '#A98062'

red 169 ◦ green 128 ◦ blue 98

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

Shades of Medium Wood #A98062

Tints of Medium Wood #A98062

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.41%

 BLUE value IS 98 (38.67% from 255) = 24.81%

R = 42.78%
G = 32.41%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A98062 (or 0xA98062) is known color: Medium Wood. HEX triplet: A9, 80 and 62. RGB value is (169,128,98). Sum of RGB (Red+Green+Blue) = 169+128+98=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 169 - color contains mainly: red. Hex color #A98062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98062 is #567F9D. Grayscale: #898989. Windows color (decimal): -5668766 or 6455465. OLE color: 6455465.

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

Color convert

RGB 169 128 98 -
CMYK 0 0.24 0.42 0.34
HSL 25.35º 0.29% 0.52% -
HSV(B) 25.35º 0.42% 0.66% -
XYZ 26.29 24.76 14.95 -
YUV 136.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 169 128 98 0 0.24 0.42 0.34 25.35 0.29 0.52
Hex A9 80 62 0 18 2A 22 19 1D 34
Octal 251 200 142 0 30 52 42 31 35 64
Binary 10101001 10000000 1100010 0 11000 101010 100010 11001 11101 110100

Color Harmonies of #A98062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98062

Black with #A98062

Text Example


Text Example

White with #A98062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98062; }

 p { color: rgb(169,128,98); }

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

background-color css

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

 a { background-color: rgb(169,128,98); }

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

border-color css

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

 span { border-color: rgb(169,128,98); }

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