Html Css Color HEX #AE921B Lucky

📋 copy color: '#AE921B'

red 174 ◦ green 146 ◦ blue 27

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

Shades of Lucky #AE921B

Tints of Lucky #AE921B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.07%

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

R = 50.14%
G = 42.07%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE921B (or 0xAE921B) is known color: Lucky. HEX triplet: AE, 92 and 1B. RGB value is (174,146,27). Sum of RGB (Red+Green+Blue) = 174+146+27=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 27 (10.94% from 255 or 7.78% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE921B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE921B is #516DE4. Grayscale: #8D8D8D. Windows color (decimal): -5336549 or 1807022. OLE color: 1807022.

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

Color convert

RGB 174 146 27 -
CMYK 0 0.16 0.84 0.32
HSL 48.57º 0.73% 0.39% -
HSV(B) 48.57º 0.84% 0.68% -
XYZ 27.93 29.64 5.28 -
YUV 140.81 63.78 151.68 -
System Red Green Blue C M Y K H S L
Decimal 174 146 27 0 0.16 0.84 0.32 48.57 0.73 0.39
Hex AE 92 1B 0 10 54 20 31 49 27
Octal 256 222 33 0 20 124 40 61 111 47
Binary 10101110 10010010 11011 0 10000 1010100 100000 110001 1001001 100111

Color Harmonies of #AE921B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE921B

Black with #AE921B

Text Example


Text Example

White with #AE921B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE921B; }

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

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

background-color css

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

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

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

border-color css

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

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

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