Html Css Color HEX #AEA00B Lucky

📋 copy color: '#AEA00B'

red 174 ◦ green 160 ◦ blue 11

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

Shades of Lucky #AEA00B

Tints of Lucky #AEA00B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.38%

 BLUE value IS 11 (4.69% from 255) = 3.19%

R = 50.43%
G = 46.38%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AEA00B (or 0xAEA00B) is known color: Lucky. HEX triplet: AE, A0 and 0B. RGB value is (174,160,11). Sum of RGB (Red+Green+Blue) = 174+160+11=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA00B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA00B is #515FF4. Grayscale: #939393. Windows color (decimal): -5332981 or 762030. OLE color: 762030.

HSL color Cylindrical-coordinate representation of color #AEA00B: hue angle of 54.85º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEA00B is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 160 11 -
CMYK 0 0.08 0.94 0.32
HSL 54.85º 0.88% 0.36% -
HSV(B) 54.85º 0.94% 0.68% -
XYZ 30.09 34.16 5.33 -
YUV 147.2 51.14 147.12 -
System Red Green Blue C M Y K H S L
Decimal 174 160 11 0 0.08 0.94 0.32 54.85 0.88 0.36
Hex AE A0 B 0 8 5E 20 37 58 24
Octal 256 240 13 0 10 136 40 67 130 44
Binary 10101110 10100000 1011 0 1000 1011110 100000 110111 1011000 100100

Color Harmonies of #AEA00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA00B

Black with #AEA00B

Text Example


Text Example

White with #AEA00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA00B; }

 p { color: rgb(174,160,11); }

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

background-color css

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

 a { background-color: rgb(174,160,11); }

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

border-color css

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

 span { border-color: rgb(174,160,11); }

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