Html Css Color HEX #AE8F1F Lucky

📋 copy color: '#AE8F1F'

red 174 ◦ green 143 ◦ blue 31

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

Shades of Lucky #AE8F1F

Tints of Lucky #AE8F1F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.09%

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

R = 50%
G = 41.09%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE8F1F (or 0xAE8F1F) is known color: Lucky. HEX triplet: AE, 8F and 1F. RGB value is (174,143,31). Sum of RGB (Red+Green+Blue) = 174+143+31=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8F1F is #5170E0. Grayscale: #8B8B8B. Windows color (decimal): -5337313 or 2068398. OLE color: 2068398.

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

Color convert

RGB 174 143 31 -
CMYK 0 0.18 0.82 0.32
HSL 46.99º 0.7% 0.4% -
HSV(B) 46.99º 0.82% 0.68% -
XYZ 27.53 28.74 5.39 -
YUV 139.5 66.77 152.61 -
System Red Green Blue C M Y K H S L
Decimal 174 143 31 0 0.18 0.82 0.32 46.99 0.7 0.4
Hex AE 8F 1F 0 12 52 20 2F 46 28
Octal 256 217 37 0 22 122 40 57 106 50
Binary 10101110 10001111 11111 0 10010 1010010 100000 101111 1000110 101000

Color Harmonies of #AE8F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8F1F

Black with #AE8F1F

Text Example


Text Example

White with #AE8F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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