Html Css Color HEX #A49A1E Lucky

📋 copy color: '#A49A1E'

red 164 ◦ green 154 ◦ blue 30

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

Shades of Lucky #A49A1E

Tints of Lucky #A49A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.62%

R = 47.13%
G = 44.25%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A49A1E (or 0xA49A1E) is known color: Lucky. HEX triplet: A4, 9A and 1E. RGB value is (164,154,30). Sum of RGB (Red+Green+Blue) = 164+154+30=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49A1E is #5B65E1. Grayscale: #8F8F8F. Windows color (decimal): -5989858 or 2005668. OLE color: 2005668.

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

Color convert

RGB 164 154 30 -
CMYK 0 0.06 0.82 0.36
HSL 55.52º 0.69% 0.38% -
HSV(B) 55.52º 0.82% 0.64% -
XYZ 27.1 31.1 5.8 -
YUV 142.85 64.31 143.08 -
System Red Green Blue C M Y K H S L
Decimal 164 154 30 0 0.06 0.82 0.36 55.52 0.69 0.38
Hex A4 9A 1E 0 6 52 24 38 45 26
Octal 244 232 36 0 6 122 44 70 105 46
Binary 10100100 10011010 11110 0 110 1010010 100100 111000 1000101 100110

Color Harmonies of #A49A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49A1E

Black with #A49A1E

Text Example


Text Example

White with #A49A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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