Html Css Color HEX #AEA710 Lucky

📋 copy color: '#AEA710'

red 174 ◦ green 167 ◦ blue 16

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

Shades of Lucky #AEA710

Tints of Lucky #AEA710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.48%

R = 48.74%
G = 46.78%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AEA710 (or 0xAEA710) is known color: Lucky. HEX triplet: AE, A7 and 10. RGB value is (174,167,16). Sum of RGB (Red+Green+Blue) = 174+167+16=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 167 (65.62% from 255 or 46.78% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA710 is #5158EF. Grayscale: #989898. Windows color (decimal): -5331184 or 1091502. OLE color: 1091502.

HSL color Cylindrical-coordinate representation of color #AEA710: hue angle of 57.34º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEA710 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 167 16 -
CMYK 0 0.04 0.91 0.32
HSL 57.34º 0.83% 0.37% -
HSV(B) 57.34º 0.91% 0.68% -
XYZ 31.37 36.67 5.92 -
YUV 151.88 51.32 143.78 -
System Red Green Blue C M Y K H S L
Decimal 174 167 16 0 0.04 0.91 0.32 57.34 0.83 0.37
Hex AE A7 10 0 4 5B 20 39 53 25
Octal 256 247 20 0 4 133 40 71 123 45
Binary 10101110 10100111 10000 0 100 1011011 100000 111001 1010011 100101

Color Harmonies of #AEA710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA710

Black with #AEA710

Text Example


Text Example

White with #AEA710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA710; }

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

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

background-color css

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

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

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

border-color css

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

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

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