#AE9B1B

Color #AE9B1B Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #AE9B1B

Tints of Lucky #AE9B1B

Color information

#AE9B1B (or 0xAE9B1B) is unknown color: approx Lucky. HEX triplet: AE, 9B and 1B. RGB value is (174,155,27). Sum of RGB (Red+Green+Blue) = 174+155+27=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9B1B is #5164E4. Grayscale: #929292. Windows color (decimal): -5334245 or 1809326. OLE color: 1809326.

HSL color Cylindrical-coordinate representation of color #AE9B1B: hue angle of 52.24º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE9B1B is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB17415527-
CMYK00.110.840.32
HSL52.24º73.13%39.41%-
HSV(B)52.24º84.48%68.24%-
XYZ29.3732.525.77-
YUV146.0960.79147.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.88%
GREEN value IS 155 (60.94% from 255) = 43.54%
BLUE value IS 27 (10.94% from 255) = 7.58%
R=48.88%
G=43.54%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741552700.110.840.3252.2473.1339.41
HexAE9B1B0B5420344927
Octal25623333013124406411147
Binary1010111010011011110110101110101001000001101001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9B1B; }

 p { color: rgb(174,155,27); }

 H1.HeaderClassName
 {
   color: #AE9B1B;
 }
 .AnyTagClassName
 {
   color: #AE9B1B;
 }
</style>
background-color css

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

 a { background-color: rgb(174,155,27); }

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

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

 span { border-color: rgb(174,155,27); }

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