Html Css Color HEX #AEA00D Lucky

📋 copy color: '#AEA00D'

red 174 ◦ green 160 ◦ blue 13

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

Shades of Lucky #AEA00D

Tints of Lucky #AEA00D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.11%

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

R = 50.14%
G = 46.11%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AEA00D (or 0xAEA00D) is known color: Lucky. HEX triplet: AE, A0 and 0D. RGB value is (174,160,13). Sum of RGB (Red+Green+Blue) = 174+160+13=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA00D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEA00D is #515FF2. Grayscale: #949494. Windows color (decimal): -5332979 or 893102. OLE color: 893102.

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

Color convert

RGB 174 160 13 -
CMYK 0 0.08 0.93 0.32
HSL 54.78º 0.86% 0.37% -
HSV(B) 54.78º 0.93% 0.68% -
XYZ 30.1 34.17 5.39 -
YUV 147.43 52.14 146.95 -
System Red Green Blue C M Y K H S L
Decimal 174 160 13 0 0.08 0.93 0.32 54.78 0.86 0.37
Hex AE A0 D 0 8 5D 20 37 56 25
Octal 256 240 15 0 10 135 40 67 126 45
Binary 10101110 10100000 1101 0 1000 1011101 100000 110111 1010110 100101

Color Harmonies of #AEA00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA00D

Black with #AEA00D

Text Example


Text Example

White with #AEA00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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