Html Css Color HEX #A49928 Lucky

📋 copy color: '#A49928'

red 164 ◦ green 153 ◦ blue 40

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

Shades of Lucky #A49928

Tints of Lucky #A49928

RGB

 RED value IS 164 (64.45% from 255) = 45.94%

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

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

R = 45.94%
G = 42.86%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A49928 (or 0xA49928) is known color: Lucky. HEX triplet: A4, 99 and 28. RGB value is (164,153,40). Sum of RGB (Red+Green+Blue) = 164+153+40=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A49928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49928 is #5B66D7. Grayscale: #8F8F8F. Windows color (decimal): -5990104 or 2660772. OLE color: 2660772.

HSL color Cylindrical-coordinate representation of color #A49928: hue angle of 54.68º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A49928 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 153 40 -
CMYK 0 0.07 0.76 0.36
HSL 54.68º 0.61% 0.4% -
HSV(B) 54.68º 0.76% 0.64% -
XYZ 27.08 30.83 6.53 -
YUV 143.41 69.64 142.69 -
System Red Green Blue C M Y K H S L
Decimal 164 153 40 0 0.07 0.76 0.36 54.68 0.61 0.4
Hex A4 99 28 0 7 4C 24 37 3D 28
Octal 244 231 50 0 7 114 44 67 75 50
Binary 10100100 10011001 101000 0 111 1001100 100100 110111 111101 101000

Color Harmonies of #A49928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49928

Black with #A49928

Text Example


Text Example

White with #A49928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49928; }

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

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

background-color css

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

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

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

border-color css

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

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

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