Html Css Color HEX #AE990D Lucky

📋 copy color: '#AE990D'

red 174 ◦ green 153 ◦ blue 13

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

Shades of Lucky #AE990D

Tints of Lucky #AE990D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45%

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

R = 51.18%
G = 45%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE990D (or 0xAE990D) is known color: Lucky. HEX triplet: AE, 99 and 0D. RGB value is (174,153,13). Sum of RGB (Red+Green+Blue) = 174+153+13=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE990D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE990D is #5166F2. Grayscale: #8F8F8F. Windows color (decimal): -5334771 or 891310. OLE color: 891310.

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

Color convert

RGB 174 153 13 -
CMYK 0 0.12 0.93 0.32
HSL 52.17º 0.86% 0.37% -
HSV(B) 52.17º 0.93% 0.68% -
XYZ 28.92 31.81 5 -
YUV 143.32 54.46 149.88 -
System Red Green Blue C M Y K H S L
Decimal 174 153 13 0 0.12 0.93 0.32 52.17 0.86 0.37
Hex AE 99 D 0 C 5D 20 34 56 25
Octal 256 231 15 0 14 135 40 64 126 45
Binary 10101110 10011001 1101 0 1100 1011101 100000 110100 1010110 100101

Color Harmonies of #AE990D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE990D

Black with #AE990D

Text Example


Text Example

White with #AE990D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE990D; }

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

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

background-color css

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

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

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

border-color css

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

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

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