Html Css Color HEX #AEA308 Lucky

📋 copy color: '#AEA308'

red 174 ◦ green 163 ◦ blue 8

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

Shades of Lucky #AEA308

Tints of Lucky #AEA308

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.25%

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

R = 50.43%
G = 47.25%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AEA308 (or 0xAEA308) is known color: Lucky. HEX triplet: AE, A3 and 08. RGB value is (174,163,8). Sum of RGB (Red+Green+Blue) = 174+163+8=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA308 is #515CF7. Grayscale: #959595. Windows color (decimal): -5332216 or 566190. OLE color: 566190.

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

Color convert

RGB 174 163 8 -
CMYK 0 0.06 0.95 0.32
HSL 56.02º 0.91% 0.36% -
HSV(B) 56.02º 0.95% 0.68% -
XYZ 30.6 35.21 5.41 -
YUV 148.62 48.64 146.1 -
System Red Green Blue C M Y K H S L
Decimal 174 163 8 0 0.06 0.95 0.32 56.02 0.91 0.36
Hex AE A3 8 0 6 5F 20 38 5B 24
Octal 256 243 10 0 6 137 40 70 133 44
Binary 10101110 10100011 1000 0 110 1011111 100000 111000 1011011 100100

Color Harmonies of #AEA308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA308

Black with #AEA308

Text Example


Text Example

White with #AEA308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA308; }

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

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

background-color css

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

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

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

border-color css

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

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

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