#A2941B

Color #A2941B Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #A2941B

Tints of Lucky #A2941B

Color information

#A2941B (or 0xA2941B) is unknown color: approx Lucky. HEX triplet: A2, 94 and 1B. RGB value is (162,148,27). Sum of RGB (Red+Green+Blue) = 162+148+27=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2941B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2941B is #5D6BE4. Grayscale: #8A8A8A. Windows color (decimal): -6122469 or 1807522. OLE color: 1807522.

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

Color convert

RGB16214827-
CMYK00.090.830.36
HSL53.78º71.43%37.06%-
HSV(B)53.78º83.33%63.53%-
XYZ25.6928.945.27-
YUV138.3965.14144.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 148 (58.20% from 255) = 43.92%
BLUE value IS 27 (10.94% from 255) = 8.01%
R=48.07%
G=43.92%
B=8.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621482700.090.830.3653.7871.4337.06
HexA2941B095324364725
Octal24222433011123446610745
Binary1010001010010100110110100110100111001001101101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2941B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2941B; }

 p { color: rgb(162,148,27); }

 H1.HeaderClassName
 {
   color: #A2941B;
 }
 .AnyTagClassName
 {
   color: #A2941B;
 }
</style>
background-color css

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

 a { background-color: rgb(162,148,27); }

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

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

 span { border-color: rgb(162,148,27); }

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