#A2702F

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

Shades of Buttered Rum #A2702F

Tints of Buttered Rum #A2702F

Color information

#A2702F (or 0xA2702F) is unknown color: approx Buttered Rum. HEX triplet: A2, 70 and 2F. RGB value is (162,112,47). Sum of RGB (Red+Green+Blue) = 162+112+47=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2702F is #5D8FD0. Grayscale: #777777. Windows color (decimal): -6131665 or 3109026. OLE color: 3109026.

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

Color convert

RGB16211247-
CMYK00.310.710.36
HSL33.91º55.02%40.98%-
HSV(B)33.91º70.99%63.53%-
XYZ21.2119.475.33-
YUV119.5487.06158.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.47%
GREEN value IS 112 (44.14% from 255) = 34.89%
BLUE value IS 47 (18.75% from 255) = 14.64%
R=50.47%
G=34.89%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621124700.310.710.3633.9155.0240.98
HexA2702F01F4724223729
Octal2421605703710744426751
Binary1010001011100001011110111111000111100100100010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2702F; }

 p { color: rgb(162,112,47); }

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

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

 a { background-color: rgb(162,112,47); }

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

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

 span { border-color: rgb(162,112,47); }

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