Html Css Color HEX #AAA309 Lucky

📋 copy color: '#AAA309'

red 170 ◦ green 163 ◦ blue 9

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

Shades of Lucky #AAA309

Tints of Lucky #AAA309

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.66%

 BLUE value IS 9 (3.91% from 255) = 2.63%

R = 49.71%
G = 47.66%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AAA309 (or 0xAAA309) is known color: Lucky. HEX triplet: AA, A3 and 09. RGB value is (170,163,9). Sum of RGB (Red+Green+Blue) = 170+163+9=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 163 (64.06% from 255 or 47.66% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA309 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA309 is #555CF6. Grayscale: #949494. Windows color (decimal): -5594359 or 631722. OLE color: 631722.

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

Color convert

RGB 170 163 9 -
CMYK 0 0.04 0.95 0.33
HSL 57.39º 0.9% 0.35% -
HSV(B) 57.39º 0.95% 0.67% -
XYZ 29.72 34.76 5.4 -
YUV 147.54 49.82 144.02 -
System Red Green Blue C M Y K H S L
Decimal 170 163 9 0 0.04 0.95 0.33 57.39 0.9 0.35
Hex AA A3 9 0 4 5F 21 39 5A 23
Octal 252 243 11 0 4 137 41 71 132 43
Binary 10101010 10100011 1001 0 100 1011111 100001 111001 1011010 100011

Color Harmonies of #AAA309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA309

Black with #AAA309

Text Example


Text Example

White with #AAA309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA309; }

 p { color: rgb(170,163,9); }

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

background-color css

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

 a { background-color: rgb(170,163,9); }

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

border-color css

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

 span { border-color: rgb(170,163,9); }

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