Html Css Color HEX #A49C1C Lucky

📋 copy color: '#A49C1C'

red 164 ◦ green 156 ◦ blue 28

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

Shades of Lucky #A49C1C

Tints of Lucky #A49C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.05%

R = 47.13%
G = 44.83%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A49C1C (or 0xA49C1C) is known color: Lucky. HEX triplet: A4, 9C and 1C. RGB value is (164,156,28). Sum of RGB (Red+Green+Blue) = 164+156+28=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49C1C is #5B63E3. Grayscale: #909090. Windows color (decimal): -5989348 or 1875108. OLE color: 1875108.

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

Color convert

RGB 164 156 28 -
CMYK 0 0.05 0.83 0.36
HSL 56.47º 0.71% 0.38% -
HSV(B) 56.47º 0.83% 0.64% -
XYZ 27.41 31.75 5.78 -
YUV 143.8 62.65 142.41 -
System Red Green Blue C M Y K H S L
Decimal 164 156 28 0 0.05 0.83 0.36 56.47 0.71 0.38
Hex A4 9C 1C 0 5 53 24 38 47 26
Octal 244 234 34 0 5 123 44 70 107 46
Binary 10100100 10011100 11100 0 101 1010011 100100 111000 1000111 100110

Color Harmonies of #A49C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C1C

Black with #A49C1C

Text Example


Text Example

White with #A49C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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