Html Css Color HEX #A49B2E Lucky

📋 copy color: '#A49B2E'

red 164 ◦ green 155 ◦ blue 46

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

Shades of Lucky #A49B2E

Tints of Lucky #A49B2E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.47%

 BLUE value IS 46 (18.36% from 255) = 12.6%

R = 44.93%
G = 42.47%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A49B2E (or 0xA49B2E) is known color: Lucky. HEX triplet: A4, 9B and 2E. RGB value is (164,155,46). Sum of RGB (Red+Green+Blue) = 164+155+46=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49B2E is #5B64D1. Grayscale: #919191. Windows color (decimal): -5989586 or 3054500. OLE color: 3054500.

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

Color convert

RGB 164 155 46 -
CMYK 0 0.05 0.72 0.36
HSL 55.42º 0.56% 0.41% -
HSV(B) 55.42º 0.72% 0.64% -
XYZ 27.52 31.53 7.22 -
YUV 145.27 71.98 141.36 -
System Red Green Blue C M Y K H S L
Decimal 164 155 46 0 0.05 0.72 0.36 55.42 0.56 0.41
Hex A4 9B 2E 0 5 48 24 37 38 29
Octal 244 233 56 0 5 110 44 67 70 51
Binary 10100100 10011011 101110 0 101 1001000 100100 110111 111000 101001

Color Harmonies of #A49B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49B2E

Black with #A49B2E

Text Example


Text Example

White with #A49B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49B2E; }

 p { color: rgb(164,155,46); }

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

background-color css

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

 a { background-color: rgb(164,155,46); }

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

border-color css

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

 span { border-color: rgb(164,155,46); }

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