#a07b3d

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

Shades of Buttered Rum #A07B3D

Tints of Buttered Rum #A07B3D

Color information

#A07B3D (or 0xA07B3D) is unknown color: approx Buttered Rum. HEX triplet: A0, 7B and 3D. RGB value is (160,123,61). Sum of RGB (Red+Green+Blue) = 160+123+61=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07B3D is #5F84C2. Grayscale: #7F7F7F. Windows color (decimal): -6259907 or 4029344. OLE color: 4029344.

HSL color Cylindrical-coordinate representation of color #A07B3D: hue angle of 37.58º 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 #A07B3D is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB16012361-
CMYK00.230.620.37
HSL37.58º44.8%43.33%-
HSV(B)37.58º61.87%62.75%-
XYZ22.4221.987.47-
YUV12790.76151.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.51%
GREEN value IS 123 (48.44% from 255) = 35.76%
BLUE value IS 61 (24.22% from 255) = 17.73%
R=46.51%
G=35.76%
B=17.73%

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
Decimal1601236100.230.620.3737.5844.843.33
HexA07B3D0173E25262d2b
Octal240173750277645465553
Binary101000001111011111101010111111110100101100110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a07b3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a07b3d; }

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

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

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

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

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

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

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

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