Html Css Color HEX #A9795C Medium Wood

📋 copy color: '#A9795C'

red 169 ◦ green 121 ◦ blue 92

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

Shades of Medium Wood #A9795C

Tints of Medium Wood #A9795C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.68%

 BLUE value IS 92 (36.33% from 255) = 24.08%

R = 44.24%
G = 31.68%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A9795C (or 0xA9795C) is known color: Medium Wood. HEX triplet: A9, 79 and 5C. RGB value is (169,121,92). Sum of RGB (Red+Green+Blue) = 169+121+92=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A9795C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9795C is #5686A3. Grayscale: #848484. Windows color (decimal): -5670564 or 6060457. OLE color: 6060457.

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

Color convert

RGB 169 121 92 -
CMYK 0 0.28 0.46 0.34
HSL 22.6º 0.31% 0.51% -
HSV(B) 22.6º 0.46% 0.66% -
XYZ 25.13 22.88 13.22 -
YUV 132.05 105.4 154.36 -
System Red Green Blue C M Y K H S L
Decimal 169 121 92 0 0.28 0.46 0.34 22.6 0.31 0.51
Hex A9 79 5C 0 1C 2E 22 17 1F 33
Octal 251 171 134 0 34 56 42 27 37 63
Binary 10101001 1111001 1011100 0 11100 101110 100010 10111 11111 110011

Color Harmonies of #A9795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9795C

Black with #A9795C

Text Example


Text Example

White with #A9795C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9795C; }

 p { color: rgb(169,121,92); }

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

background-color css

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

 a { background-color: rgb(169,121,92); }

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

border-color css

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

 span { border-color: rgb(169,121,92); }

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