Html Css Color HEX #A98163 Medium Wood

📋 copy color: '#A98163'

red 169 ◦ green 129 ◦ blue 99

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

Shades of Medium Wood #A98163

Tints of Medium Wood #A98163

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.49%

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

R = 42.57%
G = 32.49%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A98163 (or 0xA98163) is known color: Medium Wood. HEX triplet: A9, 81 and 63. RGB value is (169,129,99). Sum of RGB (Red+Green+Blue) = 169+129+99=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A98163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98163 is #567E9C. Grayscale: #898989. Windows color (decimal): -5668509 or 6521257. OLE color: 6521257.

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

Color convert

RGB 169 129 99 -
CMYK 0 0.24 0.41 0.34
HSL 25.71º 0.29% 0.53% -
HSV(B) 25.71º 0.41% 0.66% -
XYZ 26.46 25.04 15.24 -
YUV 137.54 106.25 150.44 -
System Red Green Blue C M Y K H S L
Decimal 169 129 99 0 0.24 0.41 0.34 25.71 0.29 0.53
Hex A9 81 63 0 18 29 22 1A 1D 35
Octal 251 201 143 0 30 51 42 32 35 65
Binary 10101001 10000001 1100011 0 11000 101001 100010 11010 11101 110101

Color Harmonies of #A98163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98163

Black with #A98163

Text Example


Text Example

White with #A98163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98163; }

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

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

background-color css

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

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

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

border-color css

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

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

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