Html Css Color HEX #AA961C Lucky

📋 copy color: '#AA961C'

red 170 ◦ green 150 ◦ blue 28

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

Shades of Lucky #AA961C

Tints of Lucky #AA961C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.05%

R = 48.85%
G = 43.1%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA961C (or 0xAA961C) is known color: Lucky. HEX triplet: AA, 96 and 1C. RGB value is (170,150,28). Sum of RGB (Red+Green+Blue) = 170+150+28=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA961C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA961C is #5569E3. Grayscale: #8E8E8E. Windows color (decimal): -5597668 or 1873578. OLE color: 1873578.

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

Color convert

RGB 170 150 28 -
CMYK 0 0.12 0.84 0.33
HSL 51.55º 0.72% 0.39% -
HSV(B) 51.55º 0.84% 0.67% -
XYZ 27.69 30.44 5.52 -
YUV 142.07 63.63 147.92 -
System Red Green Blue C M Y K H S L
Decimal 170 150 28 0 0.12 0.84 0.33 51.55 0.72 0.39
Hex AA 96 1C 0 C 54 21 34 48 27
Octal 252 226 34 0 14 124 41 64 110 47
Binary 10101010 10010110 11100 0 1100 1010100 100001 110100 1001000 100111

Color Harmonies of #AA961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA961C

Black with #AA961C

Text Example


Text Example

White with #AA961C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA961C; }

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

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

background-color css

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

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

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

border-color css

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

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

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