Html Css Color HEX #AE990F Lucky

📋 copy color: '#AE990F'

red 174 ◦ green 153 ◦ blue 15

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

Shades of Lucky #AE990F

Tints of Lucky #AE990F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.39%

R = 50.88%
G = 44.74%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE990F (or 0xAE990F) is known color: Lucky. HEX triplet: AE, 99 and 0F. RGB value is (174,153,15). Sum of RGB (Red+Green+Blue) = 174+153+15=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 15 (6.25% from 255 or 4.39% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE990F is #5166F0. Grayscale: #909090. Windows color (decimal): -5334769 or 1022382. OLE color: 1022382.

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

Color convert

RGB 174 153 15 -
CMYK 0 0.12 0.91 0.32
HSL 52.08º 0.84% 0.37% -
HSV(B) 52.08º 0.91% 0.68% -
XYZ 28.93 31.82 5.07 -
YUV 143.55 55.46 149.72 -
System Red Green Blue C M Y K H S L
Decimal 174 153 15 0 0.12 0.91 0.32 52.08 0.84 0.37
Hex AE 99 F 0 C 5B 20 34 54 25
Octal 256 231 17 0 14 133 40 64 124 45
Binary 10101110 10011001 1111 0 1100 1011011 100000 110100 1010100 100101

Color Harmonies of #AE990F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE990F

Black with #AE990F

Text Example


Text Example

White with #AE990F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE990F; }

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

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

background-color css

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

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

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

border-color css

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

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

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