Html Css Color HEX #A99928 Lucky

📋 copy color: '#A99928'

red 169 ◦ green 153 ◦ blue 40

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

Shades of Lucky #A99928

Tints of Lucky #A99928

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.27%

 BLUE value IS 40 (16.02% from 255) = 11.05%

R = 46.69%
G = 42.27%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A99928 (or 0xA99928) is known color: Lucky. HEX triplet: A9, 99 and 28. RGB value is (169,153,40). Sum of RGB (Red+Green+Blue) = 169+153+40=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 169 - color contains mainly: red. Hex color #A99928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99928 is #5666D7. Grayscale: #919191. Windows color (decimal): -5662424 or 2660777. OLE color: 2660777.

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

Color convert

RGB 169 153 40 -
CMYK 0 0.09 0.76 0.34
HSL 52.56º 0.62% 0.41% -
HSV(B) 52.56º 0.76% 0.66% -
XYZ 28.14 31.37 6.58 -
YUV 144.9 68.8 145.19 -
System Red Green Blue C M Y K H S L
Decimal 169 153 40 0 0.09 0.76 0.34 52.56 0.62 0.41
Hex A9 99 28 0 9 4C 22 35 3E 29
Octal 251 231 50 0 11 114 42 65 76 51
Binary 10101001 10011001 101000 0 1001 1001100 100010 110101 111110 101001

Color Harmonies of #A99928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99928

Black with #A99928

Text Example


Text Example

White with #A99928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99928; }

 p { color: rgb(169,153,40); }

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

background-color css

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

 a { background-color: rgb(169,153,40); }

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

border-color css

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

 span { border-color: rgb(169,153,40); }

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