Html Css Color HEX #A49619 Lucky

📋 copy color: '#A49619'

red 164 ◦ green 150 ◦ blue 25

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

Shades of Lucky #A49619

Tints of Lucky #A49619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.37%

R = 48.38%
G = 44.25%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A49619 (or 0xA49619) is known color: Lucky. HEX triplet: A4, 96 and 19. RGB value is (164,150,25). Sum of RGB (Red+Green+Blue) = 164+150+25=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A49619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49619 is #5B69E6. Grayscale: #8C8C8C. Windows color (decimal): -5990887 or 1676964. OLE color: 1676964.

HSL color Cylindrical-coordinate representation of color #A49619: hue angle of 53.96º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A49619 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 150 25 -
CMYK 0 0.09 0.85 0.36
HSL 53.96º 0.74% 0.37% -
HSV(B) 53.96º 0.85% 0.64% -
XYZ 26.39 29.78 5.28 -
YUV 139.94 63.14 145.16 -
System Red Green Blue C M Y K H S L
Decimal 164 150 25 0 0.09 0.85 0.36 53.96 0.74 0.37
Hex A4 96 19 0 9 55 24 36 4A 25
Octal 244 226 31 0 11 125 44 66 112 45
Binary 10100100 10010110 11001 0 1001 1010101 100100 110110 1001010 100101

Color Harmonies of #A49619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49619

Black with #A49619

Text Example


Text Example

White with #A49619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49619; }

 p { color: rgb(164,150,25); }

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

background-color css

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

 a { background-color: rgb(164,150,25); }

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

border-color css

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

 span { border-color: rgb(164,150,25); }

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