#a07b3c

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

Shades of Buttered Rum #A07B3C

Tints of Buttered Rum #A07B3C

Color information

#A07B3C (or 0xA07B3C) is unknown color: approx Buttered Rum. HEX triplet: A0, 7B and 3C. RGB value is (160,123,60). Sum of RGB (Red+Green+Blue) = 160+123+60=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07B3C is #5F84C3. Grayscale: #7F7F7F. Windows color (decimal): -6259908 or 3963808. OLE color: 3963808.

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

Color convert

RGB16012360-
CMYK00.230.620.37
HSL37.8º45.45%43.14%-
HSV(B)37.8º62.5%62.75%-
XYZ22.421.977.33-
YUV126.8890.26151.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.65%
GREEN value IS 123 (48.44% from 255) = 35.86%
BLUE value IS 60 (23.83% from 255) = 17.49%
R=46.65%
G=35.86%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601236000.230.620.3737.845.4543.14
HexA07B3C0173E25262d2b
Octal240173740277645465553
Binary101000001111011111100010111111110100101100110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a07b3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a07b3c; }

 p { color: rgb(160,123,60); }

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

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

 a { background-color: rgb(160,123,60); }

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

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

 span { border-color: rgb(160,123,60); }

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