Html Css Color HEX #AA9B4B Husk

📋 copy color: '#AA9B4B'

red 170 ◦ green 155 ◦ blue 75

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

Shades of Husk #AA9B4B

Tints of Husk #AA9B4B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.75%

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

R = 42.5%
G = 38.75%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA9B4B (or 0xAA9B4B) is known color: Husk. HEX triplet: AA, 9B and 4B. RGB value is (170,155,75). Sum of RGB (Red+Green+Blue) = 170+155+75=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9B4B is #5564B4. Grayscale: #969696. Windows color (decimal): -5596341 or 4955050. OLE color: 4955050.

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

Color convert

RGB 170 155 75 -
CMYK 0 0.09 0.56 0.33
HSL 50.53º 0.39% 0.48% -
HSV(B) 50.53º 0.56% 0.67% -
XYZ 29.57 32.5 11.37 -
YUV 150.37 85.47 142 -
System Red Green Blue C M Y K H S L
Decimal 170 155 75 0 0.09 0.56 0.33 50.53 0.39 0.48
Hex AA 9B 4B 0 9 38 21 33 27 30
Octal 252 233 113 0 11 70 41 63 47 60
Binary 10101010 10011011 1001011 0 1001 111000 100001 110011 100111 110000

Color Harmonies of #AA9B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9B4B

Black with #AA9B4B

Text Example


Text Example

White with #AA9B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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