Html Css Color HEX #AEA21B Lucky

📋 copy color: '#AEA21B'

red 174 ◦ green 162 ◦ blue 27

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

Shades of Lucky #AEA21B

Tints of Lucky #AEA21B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.63%

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

R = 47.93%
G = 44.63%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AEA21B (or 0xAEA21B) is known color: Lucky. HEX triplet: AE, A2 and 1B. RGB value is (174,162,27). Sum of RGB (Red+Green+Blue) = 174+162+27=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA21B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA21B is #515DE4. Grayscale: #969696. Windows color (decimal): -5332453 or 1811118. OLE color: 1811118.

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

Color convert

RGB 174 162 27 -
CMYK 0 0.07 0.84 0.32
HSL 55.1º 0.73% 0.39% -
HSV(B) 55.1º 0.84% 0.68% -
XYZ 30.57 34.92 6.17 -
YUV 150.2 58.48 144.98 -
System Red Green Blue C M Y K H S L
Decimal 174 162 27 0 0.07 0.84 0.32 55.1 0.73 0.39
Hex AE A2 1B 0 7 54 20 37 49 27
Octal 256 242 33 0 7 124 40 67 111 47
Binary 10101110 10100010 11011 0 111 1010100 100000 110111 1001001 100111

Color Harmonies of #AEA21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA21B

Black with #AEA21B

Text Example


Text Example

White with #AEA21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA21B; }

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

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

background-color css

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

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

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

border-color css

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

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

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