Html Css Color HEX #AA9612 Lucky

📋 copy color: '#AA9612'

red 170 ◦ green 150 ◦ blue 18

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

Shades of Lucky #AA9612

Tints of Lucky #AA9612

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.38%

 BLUE value IS 18 (7.42% from 255) = 5.33%

R = 50.3%
G = 44.38%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA9612 (or 0xAA9612) is known color: Lucky. HEX triplet: AA, 96 and 12. RGB value is (170,150,18). Sum of RGB (Red+Green+Blue) = 170+150+18=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9612 is #5569ED. Grayscale: #8D8D8D. Windows color (decimal): -5597678 or 1218218. OLE color: 1218218.

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

Color convert

RGB 170 150 18 -
CMYK 0 0.12 0.89 0.33
HSL 52.11º 0.81% 0.37% -
HSV(B) 52.11º 0.89% 0.67% -
XYZ 27.59 30.4 4.99 -
YUV 140.93 58.63 148.73 -
System Red Green Blue C M Y K H S L
Decimal 170 150 18 0 0.12 0.89 0.33 52.11 0.81 0.37
Hex AA 96 12 0 C 59 21 34 51 25
Octal 252 226 22 0 14 131 41 64 121 45
Binary 10101010 10010110 10010 0 1100 1011001 100001 110100 1010001 100101

Color Harmonies of #AA9612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9612

Black with #AA9612

Text Example


Text Example

White with #AA9612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9612; }

 p { color: rgb(170,150,18); }

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

background-color css

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

 a { background-color: rgb(170,150,18); }

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

border-color css

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

 span { border-color: rgb(170,150,18); }

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