Html Css Color HEX #AE9D28 Lucky

📋 copy color: '#AE9D28'

red 174 ◦ green 157 ◦ blue 40

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

Shades of Lucky #AE9D28

Tints of Lucky #AE9D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.78%

R = 46.9%
G = 42.32%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE9D28 (or 0xAE9D28) is known color: Lucky. HEX triplet: AE, 9D and 28. RGB value is (174,157,40). Sum of RGB (Red+Green+Blue) = 174+157+40=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9D28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9D28 is #5162D7. Grayscale: #959595. Windows color (decimal): -5333720 or 2661806. OLE color: 2661806.

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

Color convert

RGB 174 157 40 -
CMYK 0 0.10 0.77 0.32
HSL 52.39º 0.63% 0.42% -
HSV(B) 52.39º 0.77% 0.68% -
XYZ 29.9 33.27 6.85 -
YUV 148.75 66.63 146.01 -
System Red Green Blue C M Y K H S L
Decimal 174 157 40 0 0.10 0.77 0.32 52.39 0.63 0.42
Hex AE 9D 28 0 A 4D 20 34 3F 2A
Octal 256 235 50 0 12 115 40 64 77 52
Binary 10101110 10011101 101000 0 1010 1001101 100000 110100 111111 101010

Color Harmonies of #AE9D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9D28

Black with #AE9D28

Text Example


Text Example

White with #AE9D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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