Html Css Color HEX #AE960A Lucky

📋 copy color: '#AE960A'

red 174 ◦ green 150 ◦ blue 10

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

Shades of Lucky #AE960A

Tints of Lucky #AE960A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.91%

 BLUE value IS 10 (4.3% from 255) = 2.99%

R = 52.1%
G = 44.91%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE960A (or 0xAE960A) is known color: Lucky. HEX triplet: AE, 96 and 0A. RGB value is (174,150,10). Sum of RGB (Red+Green+Blue) = 174+150+10=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE960A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE960A is #5169F5. Grayscale: #8D8D8D. Windows color (decimal): -5335542 or 693934. OLE color: 693934.

HSL color Cylindrical-coordinate representation of color #AE960A: hue angle of 51.22º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE960A is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 150 10 -
CMYK 0 0.14 0.94 0.32
HSL 51.22º 0.89% 0.36% -
HSV(B) 51.22º 0.94% 0.68% -
XYZ 28.42 30.83 4.74 -
YUV 141.22 53.95 151.38 -
System Red Green Blue C M Y K H S L
Decimal 174 150 10 0 0.14 0.94 0.32 51.22 0.89 0.36
Hex AE 96 A 0 E 5E 20 33 59 24
Octal 256 226 12 0 16 136 40 63 131 44
Binary 10101110 10010110 1010 0 1110 1011110 100000 110011 1011001 100100

Color Harmonies of #AE960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE960A

Black with #AE960A

Text Example


Text Example

White with #AE960A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE960A; }

 p { color: rgb(174,150,10); }

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

background-color css

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

 a { background-color: rgb(174,150,10); }

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

border-color css

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

 span { border-color: rgb(174,150,10); }

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