Html Css Color HEX #AE960D Lucky

📋 copy color: '#AE960D'

red 174 ◦ green 150 ◦ blue 13

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

Shades of Lucky #AE960D

Tints of Lucky #AE960D

RGB

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

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

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

R = 51.63%
G = 44.51%
B = 3.86%

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

#AE960D (or 0xAE960D) is known color: Lucky. HEX triplet: AE, 96 and 0D. RGB value is (174,150,13). Sum of RGB (Red+Green+Blue) = 174+150+13=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE960D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE960D is #5169F2. Grayscale: #8E8E8E. Windows color (decimal): -5335539 or 890542. OLE color: 890542.

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

Color convert

RGB 174 150 13 -
CMYK 0 0.14 0.93 0.32
HSL 51.06º 0.86% 0.37% -
HSV(B) 51.06º 0.93% 0.68% -
XYZ 28.43 30.84 4.83 -
YUV 141.56 55.45 151.14 -
System Red Green Blue C M Y K H S L
Decimal 174 150 13 0 0.14 0.93 0.32 51.06 0.86 0.37
Hex AE 96 D 0 E 5D 20 33 56 25
Octal 256 226 15 0 16 135 40 63 126 45
Binary 10101110 10010110 1101 0 1110 1011101 100000 110011 1010110 100101

Color Harmonies of #AE960D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE960D

Black with #AE960D

Text Example


Text Example

White with #AE960D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE960D; }

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

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

background-color css

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

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

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

border-color css

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

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

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