Html Css Color HEX #AA9426 Lucky

📋 copy color: '#AA9426'

red 170 ◦ green 148 ◦ blue 38

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

Shades of Lucky #AA9426

Tints of Lucky #AA9426

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.57%

 BLUE value IS 38 (15.23% from 255) = 10.67%

R = 47.75%
G = 41.57%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA9426 (or 0xAA9426) is known color: Lucky. HEX triplet: AA, 94 and 26. RGB value is (170,148,38). Sum of RGB (Red+Green+Blue) = 170+148+38=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9426 is #556BD9. Grayscale: #8E8E8E. Windows color (decimal): -5598170 or 2528426. OLE color: 2528426.

HSL color Cylindrical-coordinate representation of color #AA9426: hue angle of 50º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA9426 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 148 38 -
CMYK 0 0.13 0.78 0.33
HSL 50º 0.63% 0.41% -
HSV(B) 50º 0.78% 0.67% -
XYZ 27.52 29.87 6.15 -
YUV 142.04 69.29 147.94 -
System Red Green Blue C M Y K H S L
Decimal 170 148 38 0 0.13 0.78 0.33 50 0.63 0.41
Hex AA 94 26 0 D 4E 21 32 3F 29
Octal 252 224 46 0 15 116 41 62 77 51
Binary 10101010 10010100 100110 0 1101 1001110 100001 110010 111111 101001

Color Harmonies of #AA9426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9426

Black with #AA9426

Text Example


Text Example

White with #AA9426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9426; }

 p { color: rgb(170,148,38); }

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

background-color css

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

 a { background-color: rgb(170,148,38); }

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

border-color css

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

 span { border-color: rgb(170,148,38); }

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