Html Css Color HEX #AEA70B Lucky

📋 copy color: '#AEA70B'

red 174 ◦ green 167 ◦ blue 11

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

Shades of Lucky #AEA70B

Tints of Lucky #AEA70B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.44%

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

R = 49.43%
G = 47.44%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AEA70B (or 0xAEA70B) is known color: Lucky. HEX triplet: AE, A7 and 0B. RGB value is (174,167,11). Sum of RGB (Red+Green+Blue) = 174+167+11=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 167 (65.62% from 255 or 47.44% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA70B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA70B is #5158F4. Grayscale: #979797. Windows color (decimal): -5331189 or 763822. OLE color: 763822.

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

Color convert

RGB 174 167 11 -
CMYK 0 0.04 0.94 0.32
HSL 57.42º 0.88% 0.36% -
HSV(B) 57.42º 0.94% 0.68% -
XYZ 31.33 36.66 5.74 -
YUV 151.31 48.82 144.18 -
System Red Green Blue C M Y K H S L
Decimal 174 167 11 0 0.04 0.94 0.32 57.42 0.88 0.36
Hex AE A7 B 0 4 5E 20 39 58 24
Octal 256 247 13 0 4 136 40 71 130 44
Binary 10101110 10100111 1011 0 100 1011110 100000 111001 1011000 100100

Color Harmonies of #AEA70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA70B

Black with #AEA70B

Text Example


Text Example

White with #AEA70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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