Html Css Color HEX #A49C01 Lucky

📋 copy color: '#A49C01'

red 164 ◦ green 156 ◦ blue 1

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

Shades of Lucky #A49C01

Tints of Lucky #A49C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 51.09%
G = 48.6%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A49C01 (or 0xA49C01) is known color: Lucky. HEX triplet: A4, 9C and 01. RGB value is (164,156,1). Sum of RGB (Red+Green+Blue) = 164+156+1=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 156 (61.33% from 255 or 48.60% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49C01 is #5B63FE. Grayscale: #8D8D8D. Windows color (decimal): -5989375 or 105636. OLE color: 105636.

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

Color convert

RGB 164 156 1 -
CMYK 0 0.05 0.99 0.36
HSL 57.06º 0.99% 0.32% -
HSV(B) 57.06º 0.99% 0.64% -
XYZ 27.2 31.67 4.71 -
YUV 140.72 49.15 144.6 -
System Red Green Blue C M Y K H S L
Decimal 164 156 1 0 0.05 0.99 0.36 57.06 0.99 0.32
Hex A4 9C 1 0 5 63 24 39 63 20
Octal 244 234 1 0 5 143 44 71 143 40
Binary 10100100 10011100 1 0 101 1100011 100100 111001 1100011 100000

Color Harmonies of #A49C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C01

Black with #A49C01

Text Example


Text Example

White with #A49C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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