Html Css Color HEX #AA964B Husk

📋 copy color: '#AA964B'

red 170 ◦ green 150 ◦ blue 75

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

Shades of Husk #AA964B

Tints of Husk #AA964B

RGB

 RED value IS 170 (66.8% from 255) = 43.04%

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

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

R = 43.04%
G = 37.97%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA964B (or 0xAA964B) is known color: Husk. HEX triplet: AA, 96 and 4B. RGB value is (170,150,75). Sum of RGB (Red+Green+Blue) = 170+150+75=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA964B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA964B is #5569B4. Grayscale: #939393. Windows color (decimal): -5597621 or 4953770. OLE color: 4953770.

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

Color convert

RGB 170 150 75 -
CMYK 0 0.12 0.56 0.33
HSL 47.37º 0.39% 0.48% -
HSV(B) 47.37º 0.56% 0.67% -
XYZ 28.75 30.87 11.1 -
YUV 147.43 87.13 144.1 -
System Red Green Blue C M Y K H S L
Decimal 170 150 75 0 0.12 0.56 0.33 47.37 0.39 0.48
Hex AA 96 4B 0 C 38 21 2F 27 30
Octal 252 226 113 0 14 70 41 57 47 60
Binary 10101010 10010110 1001011 0 1100 111000 100001 101111 100111 110000

Color Harmonies of #AA964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA964B

Black with #AA964B

Text Example


Text Example

White with #AA964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA964B; }

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

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

background-color css

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

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

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

border-color css

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

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

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