Html Css Color HEX #A9825A Medium Wood

📋 copy color: '#A9825A'

red 169 ◦ green 130 ◦ blue 90

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

Shades of Medium Wood #A9825A

Tints of Medium Wood #A9825A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.14%

R = 43.44%
G = 33.42%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A9825A (or 0xA9825A) is known color: Medium Wood. HEX triplet: A9, 82 and 5A. RGB value is (169,130,90). Sum of RGB (Red+Green+Blue) = 169+130+90=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A9825A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9825A is #567DA5. Grayscale: #898989. Windows color (decimal): -5668262 or 5931689. OLE color: 5931689.

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

Color convert

RGB 169 130 90 -
CMYK 0 0.23 0.47 0.34
HSL 30.38º 0.31% 0.51% -
HSV(B) 30.38º 0.47% 0.66% -
XYZ 26.19 25.14 13.14 -
YUV 137.1 101.42 150.75 -
System Red Green Blue C M Y K H S L
Decimal 169 130 90 0 0.23 0.47 0.34 30.38 0.31 0.51
Hex A9 82 5A 0 17 2F 22 1E 1F 33
Octal 251 202 132 0 27 57 42 36 37 63
Binary 10101001 10000010 1011010 0 10111 101111 100010 11110 11111 110011

Color Harmonies of #A9825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9825A

Black with #A9825A

Text Example


Text Example

White with #A9825A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9825A; }

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

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

background-color css

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

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

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

border-color css

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

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

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