#A06928

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

Shades of Buttered Rum #A06928

Tints of Buttered Rum #A06928

Color information

#A06928 (or 0xA06928) is unknown color: approx Buttered Rum. HEX triplet: A0, 69 and 28. RGB value is (160,105,40). Sum of RGB (Red+Green+Blue) = 160+105+40=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A06928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06928 is #5F96D7. Grayscale: #727272. Windows color (decimal): -6264536 or 2648480. OLE color: 2648480.

HSL color Cylindrical-coordinate representation of color #A06928: hue angle of 32.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A06928 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB16010540-
CMYK00.340.750.37
HSL32.5º60%39.22%-
HSV(B)32.5º75%62.75%-
XYZ19.9317.734.38-
YUV114.0486.22160.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.46%
GREEN value IS 105 (41.41% from 255) = 34.43%
BLUE value IS 40 (16.02% from 255) = 13.11%
R=52.46%
G=34.43%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601054000.340.750.3732.56039.22
HexA069280224B25203c27
Octal2401515004211345407447
Binary10100000110100110100001000101001011100101100000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06928; }

 p { color: rgb(160,105,40); }

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

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

 a { background-color: rgb(160,105,40); }

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

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

 span { border-color: rgb(160,105,40); }

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