Html Css Color HEX #AA9507 Lucky

📋 copy color: '#AA9507'

red 170 ◦ green 149 ◦ blue 7

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

Shades of Lucky #AA9507

Tints of Lucky #AA9507

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.71%

 BLUE value IS 7 (3.13% from 255) = 2.15%

R = 52.15%
G = 45.71%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA9507 (or 0xAA9507) is known color: Lucky. HEX triplet: AA, 95 and 07. RGB value is (170,149,7). Sum of RGB (Red+Green+Blue) = 170+149+7=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9507 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9507 is #556AF8. Grayscale: #8B8B8B. Windows color (decimal): -5597945 or 497066. OLE color: 497066.

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

Color convert

RGB 170 149 7 -
CMYK 0 0.12 0.96 0.33
HSL 52.27º 0.92% 0.35% -
HSV(B) 52.27º 0.96% 0.67% -
XYZ 27.36 30.06 4.56 -
YUV 139.09 53.46 150.05 -
System Red Green Blue C M Y K H S L
Decimal 170 149 7 0 0.12 0.96 0.33 52.27 0.92 0.35
Hex AA 95 7 0 C 60 21 34 5C 23
Octal 252 225 7 0 14 140 41 64 134 43
Binary 10101010 10010101 111 0 1100 1100000 100001 110100 1011100 100011

Color Harmonies of #AA9507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9507

Black with #AA9507

Text Example


Text Example

White with #AA9507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9507; }

 p { color: rgb(170,149,7); }

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

background-color css

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

 a { background-color: rgb(170,149,7); }

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

border-color css

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

 span { border-color: rgb(170,149,7); }

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