Html Css Color HEX #A4795E Medium Wood

📋 copy color: '#A4795E'

red 164 ◦ green 121 ◦ blue 94

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

Shades of Medium Wood #A4795E

Tints of Medium Wood #A4795E

RGB

 RED value IS 164 (64.45% from 255) = 43.27%

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

 BLUE value IS 94 (37.11% from 255) = 24.8%

R = 43.27%
G = 31.93%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4795E (or 0xA4795E) is known color: Medium Wood. HEX triplet: A4, 79 and 5E. RGB value is (164,121,94). Sum of RGB (Red+Green+Blue) = 164+121+94=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A4795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4795E is #5B86A1. Grayscale: #828282. Windows color (decimal): -5998242 or 6191524. OLE color: 6191524.

HSL color Cylindrical-coordinate representation of color #A4795E: hue angle of 23.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4795E is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 121 94 -
CMYK 0 0.26 0.43 0.36
HSL 23.14º 0.28% 0.51% -
HSV(B) 23.14º 0.43% 0.64% -
XYZ 24.17 22.38 13.63 -
YUV 130.78 107.25 151.7 -
System Red Green Blue C M Y K H S L
Decimal 164 121 94 0 0.26 0.43 0.36 23.14 0.28 0.51
Hex A4 79 5E 0 1A 2B 24 17 1C 33
Octal 244 171 136 0 32 53 44 27 34 63
Binary 10100100 1111001 1011110 0 11010 101011 100100 10111 11100 110011

Color Harmonies of #A4795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4795E

Black with #A4795E

Text Example


Text Example

White with #A4795E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4795E; }

 p { color: rgb(164,121,94); }

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

background-color css

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

 a { background-color: rgb(164,121,94); }

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

border-color css

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

 span { border-color: rgb(164,121,94); }

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