Html Css Color HEX #AE961D Lucky

📋 copy color: '#AE961D'

red 174 ◦ green 150 ◦ blue 29

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

Shades of Lucky #AE961D

Tints of Lucky #AE961D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.22%

R = 49.29%
G = 42.49%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE961D (or 0xAE961D) is known color: Lucky. HEX triplet: AE, 96 and 1D. RGB value is (174,150,29). Sum of RGB (Red+Green+Blue) = 174+150+29=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE961D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE961D is #5169E2. Grayscale: #8F8F8F. Windows color (decimal): -5335523 or 1939118. OLE color: 1939118.

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

Color convert

RGB 174 150 29 -
CMYK 0 0.14 0.83 0.32
HSL 50.07º 0.71% 0.4% -
HSV(B) 50.07º 0.83% 0.68% -
XYZ 28.58 30.9 5.62 -
YUV 143.38 63.45 149.84 -
System Red Green Blue C M Y K H S L
Decimal 174 150 29 0 0.14 0.83 0.32 50.07 0.71 0.4
Hex AE 96 1D 0 E 53 20 32 47 28
Octal 256 226 35 0 16 123 40 62 107 50
Binary 10101110 10010110 11101 0 1110 1010011 100000 110010 1000111 101000

Color Harmonies of #AE961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE961D

Black with #AE961D

Text Example


Text Example

White with #AE961D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE961D; }

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

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

background-color css

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

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

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

border-color css

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

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

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