Html Css Color HEX #A4795F Medium Wood

📋 copy color: '#A4795F'

red 164 ◦ green 121 ◦ blue 95

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

Shades of Medium Wood #A4795F

Tints of Medium Wood #A4795F

RGB

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

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

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

R = 43.16%
G = 31.84%
B = 25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A4795F (or 0xA4795F) is known color: Medium Wood. HEX triplet: A4, 79 and 5F. RGB value is (164,121,95). Sum of RGB (Red+Green+Blue) = 164+121+95=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A4795F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4795F is #5B86A0. Grayscale: #838383. Windows color (decimal): -5998241 or 6257060. OLE color: 6257060.

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

Color convert

RGB 164 121 95 -
CMYK 0 0.26 0.42 0.36
HSL 22.61º 0.27% 0.51% -
HSV(B) 22.61º 0.42% 0.64% -
XYZ 24.21 22.39 13.87 -
YUV 130.89 107.75 151.61 -
System Red Green Blue C M Y K H S L
Decimal 164 121 95 0 0.26 0.42 0.36 22.61 0.27 0.51
Hex A4 79 5F 0 1A 2A 24 17 1B 33
Octal 244 171 137 0 32 52 44 27 33 63
Binary 10100100 1111001 1011111 0 11010 101010 100100 10111 11011 110011

Color Harmonies of #A4795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4795F

Black with #A4795F

Text Example


Text Example

White with #A4795F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4795F; }

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

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

background-color css

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

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

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

border-color css

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

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

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