Html Css Color HEX #AA930C Lucky

📋 copy color: '#AA930C'

red 170 ◦ green 147 ◦ blue 12

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

Shades of Lucky #AA930C

Tints of Lucky #AA930C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.68%

 BLUE value IS 12 (5.08% from 255) = 3.65%

R = 51.67%
G = 44.68%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA930C (or 0xAA930C) is known color: Lucky. HEX triplet: AA, 93 and 0C. RGB value is (170,147,12). Sum of RGB (Red+Green+Blue) = 170+147+12=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA930C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA930C is #556CF3. Grayscale: #8B8B8B. Windows color (decimal): -5598452 or 824234. OLE color: 824234.

HSL color Cylindrical-coordinate representation of color #AA930C: hue angle of 51.27º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA930C is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 147 12 -
CMYK 0 0.14 0.93 0.33
HSL 51.27º 0.87% 0.36% -
HSV(B) 51.27º 0.93% 0.67% -
XYZ 27.08 29.44 4.6 -
YUV 138.49 56.62 150.48 -
System Red Green Blue C M Y K H S L
Decimal 170 147 12 0 0.14 0.93 0.33 51.27 0.87 0.36
Hex AA 93 C 0 E 5D 21 33 57 24
Octal 252 223 14 0 16 135 41 63 127 44
Binary 10101010 10010011 1100 0 1110 1011101 100001 110011 1010111 100100

Color Harmonies of #AA930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA930C

Black with #AA930C

Text Example


Text Example

White with #AA930C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA930C; }

 p { color: rgb(170,147,12); }

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

background-color css

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

 a { background-color: rgb(170,147,12); }

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

border-color css

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

 span { border-color: rgb(170,147,12); }

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