Html Css Color HEX #AEA31B Lucky

📋 copy color: '#AEA31B'

red 174 ◦ green 163 ◦ blue 27

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

Shades of Lucky #AEA31B

Tints of Lucky #AEA31B

RGB

 RED value IS 174 (68.36% from 255) = 47.8%

 GREEN value IS 163 (64.06% from 255) = 44.78%

 BLUE value IS 27 (10.94% from 255) = 7.42%

R = 47.8%
G = 44.78%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AEA31B (or 0xAEA31B) is known color: Lucky. HEX triplet: AE, A3 and 1B. RGB value is (174,163,27). Sum of RGB (Red+Green+Blue) = 174+163+27=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA31B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA31B is #515CE4. Grayscale: #979797. Windows color (decimal): -5332197 or 1811374. OLE color: 1811374.

HSL color Cylindrical-coordinate representation of color #AEA31B: hue angle of 55.51º 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 #AEA31B is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 163 27 -
CMYK 0 0.06 0.84 0.32
HSL 55.51º 0.73% 0.39% -
HSV(B) 55.51º 0.84% 0.68% -
XYZ 30.75 35.27 6.22 -
YUV 150.79 58.14 144.56 -
System Red Green Blue C M Y K H S L
Decimal 174 163 27 0 0.06 0.84 0.32 55.51 0.73 0.39
Hex AE A3 1B 0 6 54 20 38 49 27
Octal 256 243 33 0 6 124 40 70 111 47
Binary 10101110 10100011 11011 0 110 1010100 100000 111000 1001001 100111

Color Harmonies of #AEA31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA31B

Black with #AEA31B

Text Example


Text Example

White with #AEA31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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