Html Css Color HEX #A9934C Husk

📋 copy color: '#A9934C'

red 169 ◦ green 147 ◦ blue 76

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

Shades of Husk #A9934C

Tints of Husk #A9934C

RGB

 RED value IS 169 (66.41% from 255) = 43.11%

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

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

R = 43.11%
G = 37.5%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A9934C (or 0xA9934C) is known color: Husk. HEX triplet: A9, 93 and 4C. RGB value is (169,147,76). Sum of RGB (Red+Green+Blue) = 169+147+76=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A9934C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9934C is #566CB3. Grayscale: #919191. Windows color (decimal): -5663924 or 5018537. OLE color: 5018537.

HSL color Cylindrical-coordinate representation of color #A9934C: hue angle of 45.81º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A9934C is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 147 76 -
CMYK 0 0.13 0.55 0.34
HSL 45.81º 0.38% 0.48% -
HSV(B) 45.81º 0.55% 0.66% -
XYZ 28.1 29.82 11.11 -
YUV 145.48 88.79 144.77 -
System Red Green Blue C M Y K H S L
Decimal 169 147 76 0 0.13 0.55 0.34 45.81 0.38 0.48
Hex A9 93 4C 0 D 37 22 2E 26 30
Octal 251 223 114 0 15 67 42 56 46 60
Binary 10101001 10010011 1001100 0 1101 110111 100010 101110 100110 110000

Color Harmonies of #A9934C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9934C

Black with #A9934C

Text Example


Text Example

White with #A9934C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9934C; }

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

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

background-color css

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

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

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

border-color css

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

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

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