Html Css Color HEX #A49A01 Lucky

📋 copy color: '#A49A01'

red 164 ◦ green 154 ◦ blue 1

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

Shades of Lucky #A49A01

Tints of Lucky #A49A01

RGB

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

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

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

R = 51.41%
G = 48.28%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A49A01 (or 0xA49A01) is known color: Lucky. HEX triplet: A4, 9A and 01. RGB value is (164,154,1). Sum of RGB (Red+Green+Blue) = 164+154+1=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 154 (60.55% from 255 or 48.28% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49A01 is #5B65FE. Grayscale: #8C8C8C. Windows color (decimal): -5989887 or 105124. OLE color: 105124.

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

Color convert

RGB 164 154 1 -
CMYK 0 0.06 0.99 0.36
HSL 56.32º 0.99% 0.32% -
HSV(B) 56.32º 0.99% 0.64% -
XYZ 26.87 31.01 4.6 -
YUV 139.55 49.81 145.44 -
System Red Green Blue C M Y K H S L
Decimal 164 154 1 0 0.06 0.99 0.36 56.32 0.99 0.32
Hex A4 9A 1 0 6 63 24 38 63 20
Octal 244 232 1 0 6 143 44 70 143 40
Binary 10100100 10011010 1 0 110 1100011 100100 111000 1100011 100000

Color Harmonies of #A49A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49A01

Black with #A49A01

Text Example


Text Example

White with #A49A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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