Html Css Color HEX #AE9D1B Lucky

📋 copy color: '#AE9D1B'

red 174 ◦ green 157 ◦ blue 27

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

Shades of Lucky #AE9D1B

Tints of Lucky #AE9D1B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.85%

 BLUE value IS 27 (10.94% from 255) = 7.54%

R = 48.6%
G = 43.85%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE9D1B (or 0xAE9D1B) is known color: Lucky. HEX triplet: AE, 9D and 1B. RGB value is (174,157,27). Sum of RGB (Red+Green+Blue) = 174+157+27=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9D1B is #5162E4. Grayscale: #939393. Windows color (decimal): -5333733 or 1809838. OLE color: 1809838.

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

Color convert

RGB 174 157 27 -
CMYK 0 0.10 0.84 0.32
HSL 53.06º 0.73% 0.39% -
HSV(B) 53.06º 0.84% 0.68% -
XYZ 29.71 33.19 5.88 -
YUV 147.26 60.13 147.07 -
System Red Green Blue C M Y K H S L
Decimal 174 157 27 0 0.10 0.84 0.32 53.06 0.73 0.39
Hex AE 9D 1B 0 A 54 20 35 49 27
Octal 256 235 33 0 12 124 40 65 111 47
Binary 10101110 10011101 11011 0 1010 1010100 100000 110101 1001001 100111

Color Harmonies of #AE9D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9D1B

Black with #AE9D1B

Text Example


Text Example

White with #AE9D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9D1B; }

 p { color: rgb(174,157,27); }

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

background-color css

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

 a { background-color: rgb(174,157,27); }

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

border-color css

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

 span { border-color: rgb(174,157,27); }

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