Html Css Color HEX #A9934B Husk

📋 copy color: '#A9934B'

red 169 ◦ green 147 ◦ blue 75

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

Shades of Husk #A9934B

Tints of Husk #A9934B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.18%

R = 43.22%
G = 37.6%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#A9934B (or 0xA9934B) is known color: Husk. HEX triplet: A9, 93 and 4B. RGB value is (169,147,75). Sum of RGB (Red+Green+Blue) = 169+147+75=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A9934B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9934B is #566CB4. Grayscale: #919191. Windows color (decimal): -5663925 or 4953001. OLE color: 4953001.

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

Color convert

RGB 169 147 75 -
CMYK 0 0.13 0.56 0.34
HSL 45.96º 0.39% 0.48% -
HSV(B) 45.96º 0.56% 0.66% -
XYZ 28.07 29.81 10.93 -
YUV 145.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 169 147 75 0 0.13 0.56 0.34 45.96 0.39 0.48
Hex A9 93 4B 0 D 38 22 2E 27 30
Octal 251 223 113 0 15 70 42 56 47 60
Binary 10101001 10010011 1001011 0 1101 111000 100010 101110 100111 110000

Color Harmonies of #A9934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9934B

Black with #A9934B

Text Example


Text Example

White with #A9934B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9934B; }

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

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

background-color css

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

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

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

border-color css

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

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

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