Html Css Color HEX #A4954B Husk

📋 copy color: '#A4954B'

red 164 ◦ green 149 ◦ blue 75

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

Shades of Husk #A4954B

Tints of Husk #A4954B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.4%

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

R = 42.27%
G = 38.4%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4954B (or 0xA4954B) is known color: Husk. HEX triplet: A4, 95 and 4B. RGB value is (164,149,75). Sum of RGB (Red+Green+Blue) = 164+149+75=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A4954B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4954B is #5B6AB4. Grayscale: #919191. Windows color (decimal): -5991093 or 4953508. OLE color: 4953508.

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

Color convert

RGB 164 149 75 -
CMYK 0 0.09 0.54 0.36
HSL 49.89º 0.37% 0.47% -
HSV(B) 49.89º 0.54% 0.64% -
XYZ 27.33 29.9 10.99 -
YUV 145.05 88.47 141.52 -
System Red Green Blue C M Y K H S L
Decimal 164 149 75 0 0.09 0.54 0.36 49.89 0.37 0.47
Hex A4 95 4B 0 9 36 24 32 25 2F
Octal 244 225 113 0 11 66 44 62 45 57
Binary 10100100 10010101 1001011 0 1001 110110 100100 110010 100101 101111

Color Harmonies of #A4954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4954B

Black with #A4954B

Text Example


Text Example

White with #A4954B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4954B; }

 p { color: rgb(164,149,75); }

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

background-color css

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

 a { background-color: rgb(164,149,75); }

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

border-color css

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

 span { border-color: rgb(164,149,75); }

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