Html Css Color HEX #AE9F0F Lucky

📋 copy color: '#AE9F0F'

red 174 ◦ green 159 ◦ blue 15

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

Shades of Lucky #AE9F0F

Tints of Lucky #AE9F0F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.69%

 BLUE value IS 15 (6.25% from 255) = 4.31%

R = 50%
G = 45.69%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE9F0F (or 0xAE9F0F) is known color: Lucky. HEX triplet: AE, 9F and 0F. RGB value is (174,159,15). Sum of RGB (Red+Green+Blue) = 174+159+15=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9F0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9F0F is #5160F0. Grayscale: #939393. Windows color (decimal): -5333233 or 1023918. OLE color: 1023918.

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

Color convert

RGB 174 159 15 -
CMYK 0 0.09 0.91 0.32
HSL 54.34º 0.84% 0.37% -
HSV(B) 54.34º 0.91% 0.68% -
XYZ 29.94 33.83 5.4 -
YUV 147.07 53.47 147.21 -
System Red Green Blue C M Y K H S L
Decimal 174 159 15 0 0.09 0.91 0.32 54.34 0.84 0.37
Hex AE 9F F 0 9 5B 20 36 54 25
Octal 256 237 17 0 11 133 40 66 124 45
Binary 10101110 10011111 1111 0 1001 1011011 100000 110110 1010100 100101

Color Harmonies of #AE9F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9F0F

Black with #AE9F0F

Text Example


Text Example

White with #AE9F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9F0F; }

 p { color: rgb(174,159,15); }

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

background-color css

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

 a { background-color: rgb(174,159,15); }

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

border-color css

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

 span { border-color: rgb(174,159,15); }

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