Html Css Color HEX #AE9421 Lucky

📋 copy color: '#AE9421'

red 174 ◦ green 148 ◦ blue 33

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

Shades of Lucky #AE9421

Tints of Lucky #AE9421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.3%

R = 49.01%
G = 41.69%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AE9421 (or 0xAE9421) is known color: Lucky. HEX triplet: AE, 94 and 21. RGB value is (174,148,33). Sum of RGB (Red+Green+Blue) = 174+148+33=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9421 is #516BDE. Grayscale: #8F8F8F. Windows color (decimal): -5336031 or 2200750. OLE color: 2200750.

HSL color Cylindrical-coordinate representation of color #AE9421: hue angle of 48.94º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE9421 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 148 33 -
CMYK 0 0.15 0.81 0.32
HSL 48.94º 0.68% 0.41% -
HSV(B) 48.94º 0.81% 0.68% -
XYZ 28.32 30.29 5.79 -
YUV 142.66 66.11 150.35 -
System Red Green Blue C M Y K H S L
Decimal 174 148 33 0 0.15 0.81 0.32 48.94 0.68 0.41
Hex AE 94 21 0 F 51 20 31 44 29
Octal 256 224 41 0 17 121 40 61 104 51
Binary 10101110 10010100 100001 0 1111 1010001 100000 110001 1000100 101001

Color Harmonies of #AE9421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9421

Black with #AE9421

Text Example


Text Example

White with #AE9421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9421; }

 p { color: rgb(174,148,33); }

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

background-color css

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

 a { background-color: rgb(174,148,33); }

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

border-color css

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

 span { border-color: rgb(174,148,33); }

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