Html Css Color HEX #A9835F Medium Wood

📋 copy color: '#A9835F'

red 169 ◦ green 131 ◦ blue 95

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

Shades of Medium Wood #A9835F

Tints of Medium Wood #A9835F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.16%

 BLUE value IS 95 (37.5% from 255) = 24.05%

R = 42.78%
G = 33.16%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A9835F (or 0xA9835F) is known color: Medium Wood. HEX triplet: A9, 83 and 5F. RGB value is (169,131,95). Sum of RGB (Red+Green+Blue) = 169+131+95=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 169 - color contains mainly: red. Hex color #A9835F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9835F is #567CA0. Grayscale: #8A8A8A. Windows color (decimal): -5668001 or 6259625. OLE color: 6259625.

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

Color convert

RGB 169 131 95 -
CMYK 0 0.22 0.44 0.34
HSL 29.19º 0.3% 0.52% -
HSV(B) 29.19º 0.44% 0.66% -
XYZ 26.54 25.49 14.35 -
YUV 138.26 103.59 149.93 -
System Red Green Blue C M Y K H S L
Decimal 169 131 95 0 0.22 0.44 0.34 29.19 0.3 0.52
Hex A9 83 5F 0 16 2C 22 1D 1E 34
Octal 251 203 137 0 26 54 42 35 36 64
Binary 10101001 10000011 1011111 0 10110 101100 100010 11101 11110 110100

Color Harmonies of #A9835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9835F

Black with #A9835F

Text Example


Text Example

White with #A9835F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9835F; }

 p { color: rgb(169,131,95); }

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

background-color css

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

 a { background-color: rgb(169,131,95); }

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

border-color css

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

 span { border-color: rgb(169,131,95); }

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