Html Css Color HEX #AE971C Lucky

📋 copy color: '#AE971C'

red 174 ◦ green 151 ◦ blue 28

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

Shades of Lucky #AE971C

Tints of Lucky #AE971C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.78%

 BLUE value IS 28 (11.33% from 255) = 7.93%

R = 49.29%
G = 42.78%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE971C (or 0xAE971C) is known color: Lucky. HEX triplet: AE, 97 and 1C. RGB value is (174,151,28). Sum of RGB (Red+Green+Blue) = 174+151+28=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE971C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE971C is #5168E3. Grayscale: #909090. Windows color (decimal): -5335268 or 1873838. OLE color: 1873838.

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

Color convert

RGB 174 151 28 -
CMYK 0 0.13 0.84 0.32
HSL 50.55º 0.72% 0.4% -
HSV(B) 50.55º 0.84% 0.68% -
XYZ 28.73 31.22 5.61 -
YUV 143.86 62.62 149.5 -
System Red Green Blue C M Y K H S L
Decimal 174 151 28 0 0.13 0.84 0.32 50.55 0.72 0.4
Hex AE 97 1C 0 D 54 20 33 48 28
Octal 256 227 34 0 15 124 40 63 110 50
Binary 10101110 10010111 11100 0 1101 1010100 100000 110011 1001000 101000

Color Harmonies of #AE971C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE971C

Black with #AE971C

Text Example


Text Example

White with #AE971C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE971C; }

 p { color: rgb(174,151,28); }

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

background-color css

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

 a { background-color: rgb(174,151,28); }

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

border-color css

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

 span { border-color: rgb(174,151,28); }

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