Html Css Color HEX #A4934C Husk

📋 copy color: '#A4934C'

red 164 ◦ green 147 ◦ blue 76

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

Shades of Husk #A4934C

Tints of Husk #A4934C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.98%

 BLUE value IS 76 (30.08% from 255) = 19.64%

R = 42.38%
G = 37.98%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4934C (or 0xA4934C) is known color: Husk. HEX triplet: A4, 93 and 4C. RGB value is (164,147,76). Sum of RGB (Red+Green+Blue) = 164+147+76=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A4934C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4934C is #5B6CB3. Grayscale: #909090. Windows color (decimal): -5991604 or 5018532. OLE color: 5018532.

HSL color Cylindrical-coordinate representation of color #A4934C: hue angle of 48.41º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A4934C is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 147 76 -
CMYK 0 0.10 0.54 0.36
HSL 48.41º 0.37% 0.47% -
HSV(B) 48.41º 0.54% 0.64% -
XYZ 27.05 29.28 11.06 -
YUV 143.99 89.63 142.27 -
System Red Green Blue C M Y K H S L
Decimal 164 147 76 0 0.10 0.54 0.36 48.41 0.37 0.47
Hex A4 93 4C 0 A 36 24 30 25 2F
Octal 244 223 114 0 12 66 44 60 45 57
Binary 10100100 10010011 1001100 0 1010 110110 100100 110000 100101 101111

Color Harmonies of #A4934C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4934C

Black with #A4934C

Text Example


Text Example

White with #A4934C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4934C; }

 p { color: rgb(164,147,76); }

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

background-color css

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

 a { background-color: rgb(164,147,76); }

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

border-color css

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

 span { border-color: rgb(164,147,76); }

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