Html Css Color HEX #AE9710 Lucky

📋 copy color: '#AE9710'

red 174 ◦ green 151 ◦ blue 16

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

Shades of Lucky #AE9710

Tints of Lucky #AE9710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.69%

R = 51.03%
G = 44.28%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE9710 (or 0xAE9710) is known color: Lucky. HEX triplet: AE, 97 and 10. RGB value is (174,151,16). Sum of RGB (Red+Green+Blue) = 174+151+16=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9710 is #5168EF. Grayscale: #8F8F8F. Windows color (decimal): -5335280 or 1087406. OLE color: 1087406.

HSL color Cylindrical-coordinate representation of color #AE9710: hue angle of 51.27º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE9710 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 151 16 -
CMYK 0 0.13 0.91 0.32
HSL 51.27º 0.83% 0.37% -
HSV(B) 51.27º 0.91% 0.68% -
XYZ 28.62 31.17 5 -
YUV 142.49 56.62 150.48 -
System Red Green Blue C M Y K H S L
Decimal 174 151 16 0 0.13 0.91 0.32 51.27 0.83 0.37
Hex AE 97 10 0 D 5B 20 33 53 25
Octal 256 227 20 0 15 133 40 63 123 45
Binary 10101110 10010111 10000 0 1101 1011011 100000 110011 1010011 100101

Color Harmonies of #AE9710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9710

Black with #AE9710

Text Example


Text Example

White with #AE9710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9710; }

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

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

background-color css

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

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

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

border-color css

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

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

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