Html Css Color HEX #AE9705 Lucky

📋 copy color: '#AE9705'

red 174 ◦ green 151 ◦ blue 5

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

Shades of Lucky #AE9705

Tints of Lucky #AE9705

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.76%

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 52.73%
G = 45.76%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AE9705 (or 0xAE9705) is known color: Lucky. HEX triplet: AE, 97 and 05. RGB value is (174,151,5). Sum of RGB (Red+Green+Blue) = 174+151+5=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9705 is #5168FA. Grayscale: #8D8D8D. Windows color (decimal): -5335291 or 366510. OLE color: 366510.

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

Color convert

RGB 174 151 5 -
CMYK 0 0.13 0.97 0.32
HSL 51.83º 0.94% 0.35% -
HSV(B) 51.83º 0.97% 0.68% -
XYZ 28.55 31.14 4.65 -
YUV 141.23 51.12 151.37 -
System Red Green Blue C M Y K H S L
Decimal 174 151 5 0 0.13 0.97 0.32 51.83 0.94 0.35
Hex AE 97 5 0 D 61 20 34 5E 23
Octal 256 227 5 0 15 141 40 64 136 43
Binary 10101110 10010111 101 0 1101 1100001 100000 110100 1011110 100011

Color Harmonies of #AE9705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9705

Black with #AE9705

Text Example


Text Example

White with #AE9705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9705; }

 p { color: rgb(174,151,5); }

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

background-color css

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

 a { background-color: rgb(174,151,5); }

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

border-color css

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

 span { border-color: rgb(174,151,5); }

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