Html Css Color HEX #A49B1F Lucky

📋 copy color: '#A49B1F'

red 164 ◦ green 155 ◦ blue 31

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

Shades of Lucky #A49B1F

Tints of Lucky #A49B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.86%

R = 46.86%
G = 44.29%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A49B1F (or 0xA49B1F) is known color: Lucky. HEX triplet: A4, 9B and 1F. RGB value is (164,155,31). Sum of RGB (Red+Green+Blue) = 164+155+31=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49B1F is #5B64E0. Grayscale: #909090. Windows color (decimal): -5989601 or 2071460. OLE color: 2071460.

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

Color convert

RGB 164 155 31 -
CMYK 0 0.05 0.81 0.36
HSL 55.94º 0.68% 0.38% -
HSV(B) 55.94º 0.81% 0.64% -
XYZ 27.28 31.43 5.93 -
YUV 143.56 64.48 142.58 -
System Red Green Blue C M Y K H S L
Decimal 164 155 31 0 0.05 0.81 0.36 55.94 0.68 0.38
Hex A4 9B 1F 0 5 51 24 38 44 26
Octal 244 233 37 0 5 121 44 70 104 46
Binary 10100100 10011011 11111 0 101 1010001 100100 111000 1000100 100110

Color Harmonies of #A49B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49B1F

Black with #A49B1F

Text Example


Text Example

White with #A49B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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