Html Css Color HEX #AA9610 Lucky

📋 copy color: '#AA9610'

red 170 ◦ green 150 ◦ blue 16

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

Shades of Lucky #AA9610

Tints of Lucky #AA9610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.76%

R = 50.6%
G = 44.64%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA9610 (or 0xAA9610) is known color: Lucky. HEX triplet: AA, 96 and 10. RGB value is (170,150,16). Sum of RGB (Red+Green+Blue) = 170+150+16=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9610 is #5569EF. Grayscale: #8D8D8D. Windows color (decimal): -5597680 or 1087146. OLE color: 1087146.

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

Color convert

RGB 170 150 16 -
CMYK 0 0.12 0.91 0.33
HSL 52.21º 0.83% 0.36% -
HSV(B) 52.21º 0.91% 0.67% -
XYZ 27.58 30.4 4.9 -
YUV 140.7 57.63 148.9 -
System Red Green Blue C M Y K H S L
Decimal 170 150 16 0 0.12 0.91 0.33 52.21 0.83 0.36
Hex AA 96 10 0 C 5B 21 34 53 24
Octal 252 226 20 0 14 133 41 64 123 44
Binary 10101010 10010110 10000 0 1100 1011011 100001 110100 1010011 100100

Color Harmonies of #AA9610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9610

Black with #AA9610

Text Example


Text Example

White with #AA9610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9610; }

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

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

background-color css

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

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

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

border-color css

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

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

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