Html Css Color HEX #A49A1C Lucky

📋 copy color: '#A49A1C'

red 164 ◦ green 154 ◦ blue 28

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

Shades of Lucky #A49A1C

Tints of Lucky #A49A1C

RGB

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

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

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

R = 47.4%
G = 44.51%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A49A1C (or 0xA49A1C) is known color: Lucky. HEX triplet: A4, 9A and 1C. RGB value is (164,154,28). Sum of RGB (Red+Green+Blue) = 164+154+28=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49A1C is #5B65E3. Grayscale: #8F8F8F. Windows color (decimal): -5989860 or 1874596. OLE color: 1874596.

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

Color convert

RGB 164 154 28 -
CMYK 0 0.06 0.83 0.36
HSL 55.59º 0.71% 0.38% -
HSV(B) 55.59º 0.83% 0.64% -
XYZ 27.08 31.09 5.67 -
YUV 142.63 63.31 143.25 -
System Red Green Blue C M Y K H S L
Decimal 164 154 28 0 0.06 0.83 0.36 55.59 0.71 0.38
Hex A4 9A 1C 0 6 53 24 38 47 26
Octal 244 232 34 0 6 123 44 70 107 46
Binary 10100100 10011010 11100 0 110 1010011 100100 111000 1000111 100110

Color Harmonies of #A49A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49A1C

Black with #A49A1C

Text Example


Text Example

White with #A49A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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