Html Css Color HEX #AE9A1F Lucky

📋 copy color: '#AE9A1F'

red 174 ◦ green 154 ◦ blue 31

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

Shades of Lucky #AE9A1F

Tints of Lucky #AE9A1F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.9%

 BLUE value IS 31 (12.5% from 255) = 8.64%

R = 48.47%
G = 42.9%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE9A1F (or 0xAE9A1F) is known color: Lucky. HEX triplet: AE, 9A and 1F. RGB value is (174,154,31). Sum of RGB (Red+Green+Blue) = 174+154+31=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 31 (12.5% from 255 or 8.64% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9A1F is #5165E0. Grayscale: #929292. Windows color (decimal): -5334497 or 2071214. OLE color: 2071214.

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

Color convert

RGB 174 154 31 -
CMYK 0 0.11 0.82 0.32
HSL 51.61º 0.7% 0.4% -
HSV(B) 51.61º 0.82% 0.68% -
XYZ 29.26 32.21 5.97 -
YUV 145.96 63.13 148 -
System Red Green Blue C M Y K H S L
Decimal 174 154 31 0 0.11 0.82 0.32 51.61 0.7 0.4
Hex AE 9A 1F 0 B 52 20 34 46 28
Octal 256 232 37 0 13 122 40 64 106 50
Binary 10101110 10011010 11111 0 1011 1010010 100000 110100 1000110 101000

Color Harmonies of #AE9A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9A1F

Black with #AE9A1F

Text Example


Text Example

White with #AE9A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9A1F; }

 p { color: rgb(174,154,31); }

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

background-color css

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

 a { background-color: rgb(174,154,31); }

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

border-color css

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

 span { border-color: rgb(174,154,31); }

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