Html Css Color HEX #AE920D Lucky

📋 copy color: '#AE920D'

red 174 ◦ green 146 ◦ blue 13

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

Shades of Lucky #AE920D

Tints of Lucky #AE920D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.84%

 BLUE value IS 13 (5.47% from 255) = 3.9%

R = 52.25%
G = 43.84%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE920D (or 0xAE920D) is known color: Lucky. HEX triplet: AE, 92 and 0D. RGB value is (174,146,13). Sum of RGB (Red+Green+Blue) = 174+146+13=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE920D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE920D is #516DF2. Grayscale: #8B8B8B. Windows color (decimal): -5336563 or 889518. OLE color: 889518.

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

Color convert

RGB 174 146 13 -
CMYK 0 0.16 0.93 0.32
HSL 49.57º 0.86% 0.37% -
HSV(B) 49.57º 0.93% 0.68% -
XYZ 27.81 29.59 4.63 -
YUV 139.21 56.78 152.81 -
System Red Green Blue C M Y K H S L
Decimal 174 146 13 0 0.16 0.93 0.32 49.57 0.86 0.37
Hex AE 92 D 0 10 5D 20 32 56 25
Octal 256 222 15 0 20 135 40 62 126 45
Binary 10101110 10010010 1101 0 10000 1011101 100000 110010 1010110 100101

Color Harmonies of #AE920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE920D

Black with #AE920D

Text Example


Text Example

White with #AE920D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE920D; }

 p { color: rgb(174,146,13); }

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

background-color css

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

 a { background-color: rgb(174,146,13); }

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

border-color css

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

 span { border-color: rgb(174,146,13); }

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