Html Css Color HEX #AAA522 Lucky

📋 copy color: '#AAA522'

red 170 ◦ green 165 ◦ blue 34

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

Shades of Lucky #AAA522

Tints of Lucky #AAA522

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.72%

 BLUE value IS 34 (13.67% from 255) = 9.21%

R = 46.07%
G = 44.72%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AAA522 (or 0xAAA522) is known color: Lucky. HEX triplet: AA, A5 and 22. RGB value is (170,165,34). Sum of RGB (Red+Green+Blue) = 170+165+34=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA522 is #555ADD. Grayscale: #989898. Windows color (decimal): -5593822 or 2270634. OLE color: 2270634.

HSL color Cylindrical-coordinate representation of color #AAA522: hue angle of 57.79º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAA522 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 165 34 -
CMYK 0 0.03 0.80 0.33
HSL 57.79º 0.67% 0.4% -
HSV(B) 57.79º 0.8% 0.67% -
XYZ 30.32 35.57 6.78 -
YUV 151.56 61.66 141.15 -
System Red Green Blue C M Y K H S L
Decimal 170 165 34 0 0.03 0.80 0.33 57.79 0.67 0.4
Hex AA A5 22 0 3 50 21 3A 43 28
Octal 252 245 42 0 3 120 41 72 103 50
Binary 10101010 10100101 100010 0 11 1010000 100001 111010 1000011 101000

Color Harmonies of #AAA522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA522

Black with #AAA522

Text Example


Text Example

White with #AAA522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA522; }

 p { color: rgb(170,165,34); }

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

background-color css

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

 a { background-color: rgb(170,165,34); }

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

border-color css

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

 span { border-color: rgb(170,165,34); }

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