Html Css Color HEX #AE960C Lucky

📋 copy color: '#AE960C'

red 174 ◦ green 150 ◦ blue 12

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

Shades of Lucky #AE960C

Tints of Lucky #AE960C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.57%

R = 51.79%
G = 44.64%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE960C (or 0xAE960C) is known color: Lucky. HEX triplet: AE, 96 and 0C. RGB value is (174,150,12). Sum of RGB (Red+Green+Blue) = 174+150+12=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE960C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE960C is #5169F3. Grayscale: #8E8E8E. Windows color (decimal): -5335540 or 825006. OLE color: 825006.

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

Color convert

RGB 174 150 12 -
CMYK 0 0.14 0.93 0.32
HSL 51.11º 0.87% 0.36% -
HSV(B) 51.11º 0.93% 0.68% -
XYZ 28.43 30.84 4.8 -
YUV 141.44 54.95 151.22 -
System Red Green Blue C M Y K H S L
Decimal 174 150 12 0 0.14 0.93 0.32 51.11 0.87 0.36
Hex AE 96 C 0 E 5D 20 33 57 24
Octal 256 226 14 0 16 135 40 63 127 44
Binary 10101110 10010110 1100 0 1110 1011101 100000 110011 1010111 100100

Color Harmonies of #AE960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE960C

Black with #AE960C

Text Example


Text Example

White with #AE960C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE960C; }

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

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

background-color css

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

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

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

border-color css

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

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

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