Html Css Color HEX #A4795A Medium Wood

📋 copy color: '#A4795A'

red 164 ◦ green 121 ◦ blue 90

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

Shades of Medium Wood #A4795A

Tints of Medium Wood #A4795A

RGB

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

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

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

R = 43.73%
G = 32.27%
B = 24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A4795A (or 0xA4795A) is known color: Medium Wood. HEX triplet: A4, 79 and 5A. RGB value is (164,121,90). Sum of RGB (Red+Green+Blue) = 164+121+90=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A4795A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4795A is #5B86A5. Grayscale: #828282. Windows color (decimal): -5998246 or 5929380. OLE color: 5929380.

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

Color convert

RGB 164 121 90 -
CMYK 0 0.26 0.45 0.36
HSL 25.14º 0.29% 0.5% -
HSV(B) 25.14º 0.45% 0.64% -
XYZ 23.99 22.31 12.71 -
YUV 130.32 105.25 152.02 -
System Red Green Blue C M Y K H S L
Decimal 164 121 90 0 0.26 0.45 0.36 25.14 0.29 0.5
Hex A4 79 5A 0 1A 2D 24 19 1D 32
Octal 244 171 132 0 32 55 44 31 35 62
Binary 10100100 1111001 1011010 0 11010 101101 100100 11001 11101 110010

Color Harmonies of #A4795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4795A

Black with #A4795A

Text Example


Text Example

White with #A4795A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4795A; }

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

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

background-color css

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

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

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

border-color css

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

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

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