#A5972B

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

Shades of Lucky #A5972B

Tints of Lucky #A5972B

Color information

#A5972B (or 0xA5972B) is unknown color: approx Lucky. HEX triplet: A5, 97 and 2B. RGB value is (165,151,43). Sum of RGB (Red+Green+Blue) = 165+151+43=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A5972B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5972B is #5A68D4. Grayscale: #8F8F8F. Windows color (decimal): -5925077 or 2856869. OLE color: 2856869.

HSL color Cylindrical-coordinate representation of color #A5972B: hue angle of 53.11º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A5972B is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB16515143-
CMYK00.080.740.35
HSL53.11º58.65%40.78%-
HSV(B)53.11º73.94%64.71%-
XYZ27.0230.316.71-
YUV142.8771.64143.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 151 (59.38% from 255) = 42.06%
BLUE value IS 43 (17.19% from 255) = 11.98%
R=45.96%
G=42.06%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651514300.080.740.3553.1158.6540.78
HexA5972B084A23353b29
Octal2452275301011243657351
Binary1010010110010111101011010001001010100011110101111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5972B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5972B; }

 p { color: rgb(165,151,43); }

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

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

 a { background-color: rgb(165,151,43); }

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

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

 span { border-color: rgb(165,151,43); }

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