Html Css Color HEX #A98262 Medium Wood

📋 copy color: '#A98262'

red 169 ◦ green 130 ◦ blue 98

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

Shades of Medium Wood #A98262

Tints of Medium Wood #A98262

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.75%

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

R = 42.57%
G = 32.75%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A98262 (or 0xA98262) is known color: Medium Wood. HEX triplet: A9, 82 and 62. RGB value is (169,130,98). Sum of RGB (Red+Green+Blue) = 169+130+98=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A98262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98262 is #567D9D. Grayscale: #8A8A8A. Windows color (decimal): -5668254 or 6455977. OLE color: 6455977.

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

Color convert

RGB 169 130 98 -
CMYK 0 0.23 0.42 0.34
HSL 27.04º 0.29% 0.52% -
HSV(B) 27.04º 0.42% 0.66% -
XYZ 26.55 25.28 15.04 -
YUV 138.01 105.42 150.1 -
System Red Green Blue C M Y K H S L
Decimal 169 130 98 0 0.23 0.42 0.34 27.04 0.29 0.52
Hex A9 82 62 0 17 2A 22 1B 1D 34
Octal 251 202 142 0 27 52 42 33 35 64
Binary 10101001 10000010 1100010 0 10111 101010 100010 11011 11101 110100

Color Harmonies of #A98262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98262

Black with #A98262

Text Example


Text Example

White with #A98262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98262; }

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

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

background-color css

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

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

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

border-color css

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

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

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