Html Css Color HEX #A4785B Medium Wood

📋 copy color: '#A4785B'

red 164 ◦ green 120 ◦ blue 91

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

Shades of Medium Wood #A4785B

Tints of Medium Wood #A4785B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32%

 BLUE value IS 91 (35.94% from 255) = 24.27%

R = 43.73%
G = 32%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A4785B (or 0xA4785B) is known color: Medium Wood. HEX triplet: A4, 78 and 5B. RGB value is (164,120,91). Sum of RGB (Red+Green+Blue) = 164+120+91=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A4785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4785B is #5B87A4. Grayscale: #828282. Windows color (decimal): -5998501 or 5994660. OLE color: 5994660.

HSL color Cylindrical-coordinate representation of color #A4785B: hue angle of 23.84º 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 #A4785B is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 120 91 -
CMYK 0 0.27 0.45 0.36
HSL 23.84º 0.29% 0.5% -
HSV(B) 23.84º 0.45% 0.64% -
XYZ 23.91 22.08 12.9 -
YUV 129.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 164 120 91 0 0.27 0.45 0.36 23.84 0.29 0.5
Hex A4 78 5B 0 1B 2D 24 18 1D 32
Octal 244 170 133 0 33 55 44 30 35 62
Binary 10100100 1111000 1011011 0 11011 101101 100100 11000 11101 110010

Color Harmonies of #A4785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4785B

Black with #A4785B

Text Example


Text Example

White with #A4785B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4785B; }

 p { color: rgb(164,120,91); }

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

background-color css

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

 a { background-color: rgb(164,120,91); }

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

border-color css

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

 span { border-color: rgb(164,120,91); }

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