Html Css Color HEX #A4964B Husk

📋 copy color: '#A4964B'

red 164 ◦ green 150 ◦ blue 75

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

Shades of Husk #A4964B

Tints of Husk #A4964B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.56%

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

R = 42.16%
G = 38.56%
B = 19.28%

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

#A4964B (or 0xA4964B) is known color: Husk. HEX triplet: A4, 96 and 4B. RGB value is (164,150,75). Sum of RGB (Red+Green+Blue) = 164+150+75=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A4964B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4964B is #5B69B4. Grayscale: #919191. Windows color (decimal): -5990837 or 4953764. OLE color: 4953764.

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

Color convert

RGB 164 150 75 -
CMYK 0 0.09 0.54 0.36
HSL 50.56º 0.37% 0.47% -
HSV(B) 50.56º 0.54% 0.64% -
XYZ 27.49 30.21 11.04 -
YUV 145.64 88.14 141.1 -
System Red Green Blue C M Y K H S L
Decimal 164 150 75 0 0.09 0.54 0.36 50.56 0.37 0.47
Hex A4 96 4B 0 9 36 24 33 25 2F
Octal 244 226 113 0 11 66 44 63 45 57
Binary 10100100 10010110 1001011 0 1001 110110 100100 110011 100101 101111

Color Harmonies of #A4964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4964B

Black with #A4964B

Text Example


Text Example

White with #A4964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4964B; }

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

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

background-color css

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

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

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

border-color css

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

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

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