#A07B3E

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

Shades of Buttered Rum #A07B3E

Tints of Buttered Rum #A07B3E

Color information

#A07B3E (or 0xA07B3E) is unknown color: approx Buttered Rum. HEX triplet: A0, 7B and 3E. RGB value is (160,123,62). Sum of RGB (Red+Green+Blue) = 160+123+62=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07B3E is #5F84C1. Grayscale: #7F7F7F. Windows color (decimal): -6259906 or 4094880. OLE color: 4094880.

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

Color convert

RGB16012362-
CMYK00.230.610.37
HSL37.35º44.14%43.53%-
HSV(B)37.35º61.25%62.75%-
XYZ22.4521.997.62-
YUV127.1191.26151.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.38%
GREEN value IS 123 (48.44% from 255) = 35.65%
BLUE value IS 62 (24.61% from 255) = 17.97%
R=46.38%
G=35.65%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601236200.230.610.3737.3544.1443.53
HexA07B3E0173D25252c2c
Octal240173760277545455454
Binary101000001111011111110010111111101100101100101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07B3E; }

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

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

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

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

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

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

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

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