Html Css Color HEX #A49F30 Lucky

📋 copy color: '#A49F30'

red 164 ◦ green 159 ◦ blue 48

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

Shades of Lucky #A49F30

Tints of Lucky #A49F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.94%

R = 44.2%
G = 42.86%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A49F30 (or 0xA49F30) is known color: Lucky. HEX triplet: A4, 9F and 30. RGB value is (164,159,48). Sum of RGB (Red+Green+Blue) = 164+159+48=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49F30 is #5B60CF. Grayscale: #949494. Windows color (decimal): -5988560 or 3186596. OLE color: 3186596.

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

Color convert

RGB 164 159 48 -
CMYK 0 0.03 0.71 0.36
HSL 57.41º 0.55% 0.42% -
HSV(B) 57.41º 0.71% 0.64% -
XYZ 28.24 32.9 7.66 -
YUV 147.84 71.66 139.53 -
System Red Green Blue C M Y K H S L
Decimal 164 159 48 0 0.03 0.71 0.36 57.41 0.55 0.42
Hex A4 9F 30 0 3 47 24 39 37 2A
Octal 244 237 60 0 3 107 44 71 67 52
Binary 10100100 10011111 110000 0 11 1000111 100100 111001 110111 101010

Color Harmonies of #A49F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F30

Black with #A49F30

Text Example


Text Example

White with #A49F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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