Html Css Color HEX #A49027 Lucky

📋 copy color: '#A49027'

red 164 ◦ green 144 ◦ blue 39

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

Shades of Lucky #A49027

Tints of Lucky #A49027

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.5%

 BLUE value IS 39 (15.63% from 255) = 11.24%

R = 47.26%
G = 41.5%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A49027 (or 0xA49027) is known color: Lucky. HEX triplet: A4, 90 and 27. RGB value is (164,144,39). Sum of RGB (Red+Green+Blue) = 164+144+39=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A49027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49027 is #5B6FD8. Grayscale: #8A8A8A. Windows color (decimal): -5992409 or 2592932. OLE color: 2592932.

HSL color Cylindrical-coordinate representation of color #A49027: hue angle of 50.4º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A49027 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 144 39 -
CMYK 0 0.12 0.76 0.36
HSL 50.4º 0.62% 0.4% -
HSV(B) 50.4º 0.76% 0.64% -
XYZ 25.65 27.99 5.97 -
YUV 138.01 72.13 146.54 -
System Red Green Blue C M Y K H S L
Decimal 164 144 39 0 0.12 0.76 0.36 50.4 0.62 0.4
Hex A4 90 27 0 C 4C 24 32 3E 28
Octal 244 220 47 0 14 114 44 62 76 50
Binary 10100100 10010000 100111 0 1100 1001100 100100 110010 111110 101000

Color Harmonies of #A49027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49027

Black with #A49027

Text Example


Text Example

White with #A49027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49027; }

 p { color: rgb(164,144,39); }

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

background-color css

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

 a { background-color: rgb(164,144,39); }

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

border-color css

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

 span { border-color: rgb(164,144,39); }

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