Html Css Color HEX #A49A19 Lucky

📋 copy color: '#A49A19'

red 164 ◦ green 154 ◦ blue 25

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

Shades of Lucky #A49A19

Tints of Lucky #A49A19

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.9%

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

R = 47.81%
G = 44.9%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A49A19 (or 0xA49A19) is known color: Lucky. HEX triplet: A4, 9A and 19. RGB value is (164,154,25). Sum of RGB (Red+Green+Blue) = 164+154+25=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49A19 is #5B65E6. Grayscale: #8E8E8E. Windows color (decimal): -5989863 or 1677988. OLE color: 1677988.

HSL color Cylindrical-coordinate representation of color #A49A19: hue angle of 55.68º 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 #A49A19 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 154 25 -
CMYK 0 0.06 0.85 0.36
HSL 55.68º 0.74% 0.37% -
HSV(B) 55.68º 0.85% 0.64% -
XYZ 27.04 31.07 5.49 -
YUV 142.28 61.81 143.49 -
System Red Green Blue C M Y K H S L
Decimal 164 154 25 0 0.06 0.85 0.36 55.68 0.74 0.37
Hex A4 9A 19 0 6 55 24 38 4A 25
Octal 244 232 31 0 6 125 44 70 112 45
Binary 10100100 10011010 11001 0 110 1010101 100100 111000 1001010 100101

Color Harmonies of #A49A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49A19

Black with #A49A19

Text Example


Text Example

White with #A49A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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