Html Css Color HEX #A98263 Medium Wood

📋 copy color: '#A98263'

red 169 ◦ green 130 ◦ blue 99

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

Shades of Medium Wood #A98263

Tints of Medium Wood #A98263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.87%

R = 42.46%
G = 32.66%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A98263 (or 0xA98263) is known color: Medium Wood. HEX triplet: A9, 82 and 63. RGB value is (169,130,99). Sum of RGB (Red+Green+Blue) = 169+130+99=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A98263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98263 is #567D9C. Grayscale: #8A8A8A. Windows color (decimal): -5668253 or 6521513. OLE color: 6521513.

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

Color convert

RGB 169 130 99 -
CMYK 0 0.23 0.41 0.34
HSL 26.57º 0.29% 0.53% -
HSV(B) 26.57º 0.41% 0.66% -
XYZ 26.6 25.3 15.29 -
YUV 138.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 169 130 99 0 0.23 0.41 0.34 26.57 0.29 0.53
Hex A9 82 63 0 17 29 22 1B 1D 35
Octal 251 202 143 0 27 51 42 33 35 65
Binary 10101001 10000010 1100011 0 10111 101001 100010 11011 11101 110101

Color Harmonies of #A98263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98263

Black with #A98263

Text Example


Text Example

White with #A98263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98263; }

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

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

background-color css

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

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

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

border-color css

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

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

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