#A17A3D

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

Shades of Buttered Rum #A17A3D

Tints of Buttered Rum #A17A3D

Color information

#A17A3D (or 0xA17A3D) is unknown color: approx Buttered Rum. HEX triplet: A1, 7A and 3D. RGB value is (161,122,61). Sum of RGB (Red+Green+Blue) = 161+122+61=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17A3D is #5E85C2. Grayscale: #7E7E7E. Windows color (decimal): -6194627 or 4029089. OLE color: 4029089.

HSL color Cylindrical-coordinate representation of color #A17A3D: hue angle of 36.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A17A3D is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB16112261-
CMYK00.240.620.37
HSL36.6º45.05%43.53%-
HSV(B)36.6º62.11%63.14%-
XYZ22.521.837.44-
YUV126.7190.92152.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.80%
GREEN value IS 122 (48.05% from 255) = 35.47%
BLUE value IS 61 (24.22% from 255) = 17.73%
R=46.80%
G=35.47%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611226100.240.620.3736.645.0543.53
HexA17A3D0183E25252d2c
Octal241172750307645455554
Binary101000011111010111101011000111110100101100101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17A3D; }

 p { color: rgb(161,122,61); }

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

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

 a { background-color: rgb(161,122,61); }

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

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

 span { border-color: rgb(161,122,61); }

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