Html Css Color HEX #A99417 Lucky

📋 copy color: '#A99417'

red 169 ◦ green 148 ◦ blue 23

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

Shades of Lucky #A99417

Tints of Lucky #A99417

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.53%

 BLUE value IS 23 (9.38% from 255) = 6.76%

R = 49.71%
G = 43.53%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A99417 (or 0xA99417) is known color: Lucky. HEX triplet: A9, 94 and 17. RGB value is (169,148,23). Sum of RGB (Red+Green+Blue) = 169+148+23=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A99417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99417 is #566BE8. Grayscale: #8C8C8C. Windows color (decimal): -5663721 or 1545385. OLE color: 1545385.

HSL color Cylindrical-coordinate representation of color #A99417: hue angle of 51.37º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A99417 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 148 23 -
CMYK 0 0.12 0.86 0.34
HSL 51.37º 0.76% 0.38% -
HSV(B) 51.37º 0.86% 0.66% -
XYZ 27.11 29.68 5.11 -
YUV 140.03 61.96 148.66 -
System Red Green Blue C M Y K H S L
Decimal 169 148 23 0 0.12 0.86 0.34 51.37 0.76 0.38
Hex A9 94 17 0 C 56 22 33 4C 26
Octal 251 224 27 0 14 126 42 63 114 46
Binary 10101001 10010100 10111 0 1100 1010110 100010 110011 1001100 100110

Color Harmonies of #A99417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99417

Black with #A99417

Text Example


Text Example

White with #A99417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99417; }

 p { color: rgb(169,148,23); }

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

background-color css

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

 a { background-color: rgb(169,148,23); }

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

border-color css

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

 span { border-color: rgb(169,148,23); }

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