Html Css Color HEX #AA9B43 Husk

📋 copy color: '#AA9B43'

red 170 ◦ green 155 ◦ blue 67

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

Shades of Husk #AA9B43

Tints of Husk #AA9B43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.09%

R = 43.37%
G = 39.54%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA9B43 (or 0xAA9B43) is known color: Husk. HEX triplet: AA, 9B and 43. RGB value is (170,155,67). Sum of RGB (Red+Green+Blue) = 170+155+67=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9B43 is #5564BC. Grayscale: #959595. Windows color (decimal): -5596349 or 4430762. OLE color: 4430762.

HSL color Cylindrical-coordinate representation of color #AA9B43: hue angle of 51.26º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA9B43 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 155 67 -
CMYK 0 0.09 0.61 0.33
HSL 51.26º 0.43% 0.46% -
HSV(B) 51.26º 0.61% 0.67% -
XYZ 29.31 32.39 10.02 -
YUV 149.45 81.47 142.66 -
System Red Green Blue C M Y K H S L
Decimal 170 155 67 0 0.09 0.61 0.33 51.26 0.43 0.46
Hex AA 9B 43 0 9 3D 21 33 2B 2E
Octal 252 233 103 0 11 75 41 63 53 56
Binary 10101010 10011011 1000011 0 1001 111101 100001 110011 101011 101110

Color Harmonies of #AA9B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9B43

Black with #AA9B43

Text Example


Text Example

White with #AA9B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9B43; }

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

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

background-color css

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

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

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

border-color css

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

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

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