Html Css Color HEX #A9825D Medium Wood

📋 copy color: '#A9825D'

red 169 ◦ green 130 ◦ blue 93

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

Shades of Medium Wood #A9825D

Tints of Medium Wood #A9825D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.72%

R = 43.11%
G = 33.16%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A9825D (or 0xA9825D) is known color: Medium Wood. HEX triplet: A9, 82 and 5D. RGB value is (169,130,93). Sum of RGB (Red+Green+Blue) = 169+130+93=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A9825D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9825D is #567DA2. Grayscale: #898989. Windows color (decimal): -5668259 or 6128297. OLE color: 6128297.

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

Color convert

RGB 169 130 93 -
CMYK 0 0.23 0.45 0.34
HSL 29.21º 0.31% 0.51% -
HSV(B) 29.21º 0.45% 0.66% -
XYZ 26.32 25.19 13.83 -
YUV 137.44 102.92 150.51 -
System Red Green Blue C M Y K H S L
Decimal 169 130 93 0 0.23 0.45 0.34 29.21 0.31 0.51
Hex A9 82 5D 0 17 2D 22 1D 1F 33
Octal 251 202 135 0 27 55 42 35 37 63
Binary 10101001 10000010 1011101 0 10111 101101 100010 11101 11111 110011

Color Harmonies of #A9825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9825D

Black with #A9825D

Text Example


Text Example

White with #A9825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9825D; }

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

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

background-color css

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

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

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

border-color css

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

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

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