Html Css Color HEX #A49C1A Lucky

📋 copy color: '#A49C1A'

red 164 ◦ green 156 ◦ blue 26

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

Shades of Lucky #A49C1A

Tints of Lucky #A49C1A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.09%

 BLUE value IS 26 (10.55% from 255) = 7.51%

R = 47.4%
G = 45.09%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A49C1A (or 0xA49C1A) is known color: Lucky. HEX triplet: A4, 9C and 1A. RGB value is (164,156,26). Sum of RGB (Red+Green+Blue) = 164+156+26=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49C1A is #5B63E5. Grayscale: #909090. Windows color (decimal): -5989350 or 1744036. OLE color: 1744036.

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

Color convert

RGB 164 156 26 -
CMYK 0 0.05 0.84 0.36
HSL 56.52º 0.73% 0.37% -
HSV(B) 56.52º 0.84% 0.64% -
XYZ 27.38 31.74 5.66 -
YUV 143.57 61.65 142.57 -
System Red Green Blue C M Y K H S L
Decimal 164 156 26 0 0.05 0.84 0.36 56.52 0.73 0.37
Hex A4 9C 1A 0 5 54 24 39 49 25
Octal 244 234 32 0 5 124 44 71 111 45
Binary 10100100 10011100 11010 0 101 1010100 100100 111001 1001001 100101

Color Harmonies of #A49C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C1A

Black with #A49C1A

Text Example


Text Example

White with #A49C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C1A; }

 p { color: rgb(164,156,26); }

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

background-color css

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

 a { background-color: rgb(164,156,26); }

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

border-color css

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

 span { border-color: rgb(164,156,26); }

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