Html Css Color HEX #AE9A06 Lucky

📋 copy color: '#AE9A06'

red 174 ◦ green 154 ◦ blue 6

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

Shades of Lucky #AE9A06

Tints of Lucky #AE9A06

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.11%

 BLUE value IS 6 (2.73% from 255) = 1.8%

R = 52.1%
G = 46.11%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AE9A06 (or 0xAE9A06) is known color: Lucky. HEX triplet: AE, 9A and 06. RGB value is (174,154,6). Sum of RGB (Red+Green+Blue) = 174+154+6=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9A06 is #5165F9. Grayscale: #8F8F8F. Windows color (decimal): -5334522 or 432814. OLE color: 432814.

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

Color convert

RGB 174 154 6 -
CMYK 0 0.11 0.97 0.32
HSL 52.86º 0.93% 0.35% -
HSV(B) 52.86º 0.97% 0.68% -
XYZ 29.04 32.12 4.84 -
YUV 143.11 50.63 150.03 -
System Red Green Blue C M Y K H S L
Decimal 174 154 6 0 0.11 0.97 0.32 52.86 0.93 0.35
Hex AE 9A 6 0 B 61 20 35 5D 23
Octal 256 232 6 0 13 141 40 65 135 43
Binary 10101110 10011010 110 0 1011 1100001 100000 110101 1011101 100011

Color Harmonies of #AE9A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9A06

Black with #AE9A06

Text Example


Text Example

White with #AE9A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9A06; }

 p { color: rgb(174,154,6); }

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

background-color css

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

 a { background-color: rgb(174,154,6); }

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

border-color css

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

 span { border-color: rgb(174,154,6); }

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