Html Css Color HEX #AEA80D Lucky

📋 copy color: '#AEA80D'

red 174 ◦ green 168 ◦ blue 13

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

Shades of Lucky #AEA80D

Tints of Lucky #AEA80D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.32%

 BLUE value IS 13 (5.47% from 255) = 3.66%

R = 49.01%
G = 47.32%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AEA80D (or 0xAEA80D) is known color: Lucky. HEX triplet: AE, A8 and 0D. RGB value is (174,168,13). Sum of RGB (Red+Green+Blue) = 174+168+13=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA80D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA80D is #5157F2. Grayscale: #989898. Windows color (decimal): -5330931 or 895150. OLE color: 895150.

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

Color convert

RGB 174 168 13 -
CMYK 0 0.03 0.93 0.32
HSL 57.76º 0.86% 0.37% -
HSV(B) 57.76º 0.93% 0.68% -
XYZ 31.53 37.03 5.87 -
YUV 152.12 49.49 143.6 -
System Red Green Blue C M Y K H S L
Decimal 174 168 13 0 0.03 0.93 0.32 57.76 0.86 0.37
Hex AE A8 D 0 3 5D 20 3A 56 25
Octal 256 250 15 0 3 135 40 72 126 45
Binary 10101110 10101000 1101 0 11 1011101 100000 111010 1010110 100101

Color Harmonies of #AEA80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA80D

Black with #AEA80D

Text Example


Text Example

White with #AEA80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA80D; }

 p { color: rgb(174,168,13); }

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

background-color css

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

 a { background-color: rgb(174,168,13); }

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

border-color css

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

 span { border-color: rgb(174,168,13); }

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