Html Css Color HEX #A9924B Husk

📋 copy color: '#A9924B'

red 169 ◦ green 146 ◦ blue 75

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

Shades of Husk #A9924B

Tints of Husk #A9924B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.44%

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

R = 43.33%
G = 37.44%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#A9924B (or 0xA9924B) is known color: Husk. HEX triplet: A9, 92 and 4B. RGB value is (169,146,75). Sum of RGB (Red+Green+Blue) = 169+146+75=390 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.33% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 169 - color contains mainly: red. Hex color #A9924B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9924B is #566DB4. Grayscale: #919191. Windows color (decimal): -5664181 or 4952745. OLE color: 4952745.

HSL color Cylindrical-coordinate representation of color #A9924B: hue angle of 45.32º 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 #A9924B is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 146 75 -
CMYK 0 0.14 0.56 0.34
HSL 45.32º 0.39% 0.48% -
HSV(B) 45.32º 0.56% 0.66% -
XYZ 27.91 29.5 10.88 -
YUV 144.78 88.62 145.27 -
System Red Green Blue C M Y K H S L
Decimal 169 146 75 0 0.14 0.56 0.34 45.32 0.39 0.48
Hex A9 92 4B 0 E 38 22 2D 27 30
Octal 251 222 113 0 16 70 42 55 47 60
Binary 10101001 10010010 1001011 0 1110 111000 100010 101101 100111 110000

Color Harmonies of #A9924B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9924B

Black with #A9924B

Text Example


Text Example

White with #A9924B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9924B; }

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

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

background-color css

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

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

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

border-color css

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

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

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