Html Css Color HEX #A49F32 Lucky

📋 copy color: '#A49F32'

red 164 ◦ green 159 ◦ blue 50

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

Shades of Lucky #A49F32

Tints of Lucky #A49F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.4%

R = 43.97%
G = 42.63%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A49F32 (or 0xA49F32) is known color: Lucky. HEX triplet: A4, 9F and 32. RGB value is (164,159,50). Sum of RGB (Red+Green+Blue) = 164+159+50=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49F32 is #5B60CD. Grayscale: #949494. Windows color (decimal): -5988558 or 3317668. OLE color: 3317668.

HSL color Cylindrical-coordinate representation of color #A49F32: hue angle of 57.37º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A49F32 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 159 50 -
CMYK 0 0.03 0.70 0.36
HSL 57.37º 0.53% 0.42% -
HSV(B) 57.37º 0.7% 0.64% -
XYZ 28.28 32.92 7.88 -
YUV 148.07 72.66 139.36 -
System Red Green Blue C M Y K H S L
Decimal 164 159 50 0 0.03 0.70 0.36 57.37 0.53 0.42
Hex A4 9F 32 0 3 46 24 39 35 2A
Octal 244 237 62 0 3 106 44 71 65 52
Binary 10100100 10011111 110010 0 11 1000110 100100 111001 110101 101010

Color Harmonies of #A49F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F32

Black with #A49F32

Text Example


Text Example

White with #A49F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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