Html Css Color HEX #AEA608 Lucky

📋 copy color: '#AEA608'

red 174 ◦ green 166 ◦ blue 8

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

Shades of Lucky #AEA608

Tints of Lucky #AEA608

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.7%

 BLUE value IS 8 (3.52% from 255) = 2.3%

R = 50%
G = 47.7%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AEA608 (or 0xAEA608) is known color: Lucky. HEX triplet: AE, A6 and 08. RGB value is (174,166,8). Sum of RGB (Red+Green+Blue) = 174+166+8=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 166 (65.23% from 255 or 47.70% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA608 is #5159F7. Grayscale: #979797. Windows color (decimal): -5331448 or 566958. OLE color: 566958.

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

Color convert

RGB 174 166 8 -
CMYK 0 0.05 0.95 0.32
HSL 57.11º 0.91% 0.36% -
HSV(B) 57.11º 0.95% 0.68% -
XYZ 31.14 36.29 5.59 -
YUV 150.38 47.65 144.85 -
System Red Green Blue C M Y K H S L
Decimal 174 166 8 0 0.05 0.95 0.32 57.11 0.91 0.36
Hex AE A6 8 0 5 5F 20 39 5B 24
Octal 256 246 10 0 5 137 40 71 133 44
Binary 10101110 10100110 1000 0 101 1011111 100000 111001 1011011 100100

Color Harmonies of #AEA608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA608

Black with #AEA608

Text Example


Text Example

White with #AEA608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA608; }

 p { color: rgb(174,166,8); }

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

background-color css

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

 a { background-color: rgb(174,166,8); }

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

border-color css

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

 span { border-color: rgb(174,166,8); }

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