Html Css Color HEX #AE9B06 Lucky

📋 copy color: '#AE9B06'

red 174 ◦ green 155 ◦ blue 6

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

Shades of Lucky #AE9B06

Tints of Lucky #AE9B06

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.27%

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

R = 51.94%
G = 46.27%
B = 1.79%

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

#AE9B06 (or 0xAE9B06) is known color: Lucky. HEX triplet: AE, 9B and 06. RGB value is (174,155,6). Sum of RGB (Red+Green+Blue) = 174+155+6=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 6 (2.73% from 255 or 1.79% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9B06 is #5164F9. Grayscale: #909090. Windows color (decimal): -5334266 or 433070. OLE color: 433070.

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

Color convert

RGB 174 155 6 -
CMYK 0 0.11 0.97 0.32
HSL 53.21º 0.93% 0.35% -
HSV(B) 53.21º 0.97% 0.68% -
XYZ 29.21 32.45 4.9 -
YUV 143.7 50.29 149.62 -
System Red Green Blue C M Y K H S L
Decimal 174 155 6 0 0.11 0.97 0.32 53.21 0.93 0.35
Hex AE 9B 6 0 B 61 20 35 5D 23
Octal 256 233 6 0 13 141 40 65 135 43
Binary 10101110 10011011 110 0 1011 1100001 100000 110101 1011101 100011

Color Harmonies of #AE9B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9B06

Black with #AE9B06

Text Example


Text Example

White with #AE9B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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