Html Css Color HEX #A99616 Lucky

📋 copy color: '#A99616'

red 169 ◦ green 150 ◦ blue 22

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

Shades of Lucky #A99616

Tints of Lucky #A99616

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.99%

 BLUE value IS 22 (8.98% from 255) = 6.45%

R = 49.56%
G = 43.99%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A99616 (or 0xA99616) is known color: Lucky. HEX triplet: A9, 96 and 16. RGB value is (169,150,22). Sum of RGB (Red+Green+Blue) = 169+150+22=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A99616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99616 is #5669E9. Grayscale: #8D8D8D. Windows color (decimal): -5663210 or 1480361. OLE color: 1480361.

HSL color Cylindrical-coordinate representation of color #A99616: hue angle of 52.24º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A99616 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 150 22 -
CMYK 0 0.11 0.87 0.34
HSL 52.24º 0.77% 0.37% -
HSV(B) 52.24º 0.87% 0.66% -
XYZ 27.41 30.31 5.16 -
YUV 141.09 60.79 147.91 -
System Red Green Blue C M Y K H S L
Decimal 169 150 22 0 0.11 0.87 0.34 52.24 0.77 0.37
Hex A9 96 16 0 B 57 22 34 4D 25
Octal 251 226 26 0 13 127 42 64 115 45
Binary 10101001 10010110 10110 0 1011 1010111 100010 110100 1001101 100101

Color Harmonies of #A99616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99616

Black with #A99616

Text Example


Text Example

White with #A99616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99616; }

 p { color: rgb(169,150,22); }

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

background-color css

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

 a { background-color: rgb(169,150,22); }

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

border-color css

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

 span { border-color: rgb(169,150,22); }

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