Html Css Color HEX #A99511 Lucky

📋 copy color: '#A99511'

red 169 ◦ green 149 ◦ blue 17

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

Shades of Lucky #A99511

Tints of Lucky #A99511

RGB

 RED value IS 169 (66.41% from 255) = 50.45%

 GREEN value IS 149 (58.59% from 255) = 44.48%

 BLUE value IS 17 (7.03% from 255) = 5.07%

R = 50.45%
G = 44.48%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A99511 (or 0xA99511) is known color: Lucky. HEX triplet: A9, 95 and 11. RGB value is (169,149,17). Sum of RGB (Red+Green+Blue) = 169+149+17=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A99511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99511 is #566AEE. Grayscale: #8C8C8C. Windows color (decimal): -5663471 or 1152425. OLE color: 1152425.

HSL color Cylindrical-coordinate representation of color #A99511: hue angle of 52.11º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A99511 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 149 17 -
CMYK 0 0.12 0.90 0.34
HSL 52.11º 0.82% 0.36% -
HSV(B) 52.11º 0.9% 0.66% -
XYZ 27.21 29.97 4.88 -
YUV 139.93 58.63 148.73 -
System Red Green Blue C M Y K H S L
Decimal 169 149 17 0 0.12 0.90 0.34 52.11 0.82 0.36
Hex A9 95 11 0 C 5A 22 34 52 24
Octal 251 225 21 0 14 132 42 64 122 44
Binary 10101001 10010101 10001 0 1100 1011010 100010 110100 1010010 100100

Color Harmonies of #A99511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99511

Black with #A99511

Text Example


Text Example

White with #A99511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99511; }

 p { color: rgb(169,149,17); }

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

background-color css

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

 a { background-color: rgb(169,149,17); }

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

border-color css

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

 span { border-color: rgb(169,149,17); }

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