Html Css Color HEX #A49F1B Lucky

📋 copy color: '#A49F1B'

red 164 ◦ green 159 ◦ blue 27

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

Shades of Lucky #A49F1B

Tints of Lucky #A49F1B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.43%

 BLUE value IS 27 (10.94% from 255) = 7.71%

R = 46.86%
G = 45.43%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A49F1B (or 0xA49F1B) is known color: Lucky. HEX triplet: A4, 9F and 1B. RGB value is (164,159,27). Sum of RGB (Red+Green+Blue) = 164+159+27=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49F1B is #5B60E4. Grayscale: #919191. Windows color (decimal): -5988581 or 1810340. OLE color: 1810340.

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

Color convert

RGB 164 159 27 -
CMYK 0 0.03 0.84 0.36
HSL 57.81º 0.72% 0.37% -
HSV(B) 57.81º 0.84% 0.64% -
XYZ 27.91 32.77 5.89 -
YUV 145.45 61.16 141.23 -
System Red Green Blue C M Y K H S L
Decimal 164 159 27 0 0.03 0.84 0.36 57.81 0.72 0.37
Hex A4 9F 1B 0 3 54 24 3A 48 25
Octal 244 237 33 0 3 124 44 72 110 45
Binary 10100100 10011111 11011 0 11 1010100 100100 111010 1001000 100101

Color Harmonies of #A49F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F1B

Black with #A49F1B

Text Example


Text Example

White with #A49F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F1B; }

 p { color: rgb(164,159,27); }

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

background-color css

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

 a { background-color: rgb(164,159,27); }

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

border-color css

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

 span { border-color: rgb(164,159,27); }

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