Html Css Color HEX #AE940D Lucky

📋 copy color: '#AE940D'

red 174 ◦ green 148 ◦ blue 13

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

Shades of Lucky #AE940D

Tints of Lucky #AE940D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.18%

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

R = 51.94%
G = 44.18%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE940D (or 0xAE940D) is known color: Lucky. HEX triplet: AE, 94 and 0D. RGB value is (174,148,13). Sum of RGB (Red+Green+Blue) = 174+148+13=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE940D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE940D is #516BF2. Grayscale: #8C8C8C. Windows color (decimal): -5336051 or 890030. OLE color: 890030.

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

Color convert

RGB 174 148 13 -
CMYK 0 0.15 0.93 0.32
HSL 50.31º 0.86% 0.37% -
HSV(B) 50.31º 0.93% 0.68% -
XYZ 28.12 30.21 4.73 -
YUV 140.38 56.11 151.98 -
System Red Green Blue C M Y K H S L
Decimal 174 148 13 0 0.15 0.93 0.32 50.31 0.86 0.37
Hex AE 94 D 0 F 5D 20 32 56 25
Octal 256 224 15 0 17 135 40 62 126 45
Binary 10101110 10010100 1101 0 1111 1011101 100000 110010 1010110 100101

Color Harmonies of #AE940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE940D

Black with #AE940D

Text Example


Text Example

White with #AE940D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE940D; }

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

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

background-color css

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

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

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

border-color css

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

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

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