#A0681B

Color #A0681B Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A0681B

Tints of Golden Brown #A0681B

Color information

#A0681B (or 0xA0681B) is unknown color: approx Golden Brown. HEX triplet: A0, 68 and 1B. RGB value is (160,104,27). Sum of RGB (Red+Green+Blue) = 160+104+27=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A0681B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0681B is #5F97E4. Grayscale: #707070. Windows color (decimal): -6264805 or 1796256. OLE color: 1796256.

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

Color convert

RGB16010427-
CMYK00.350.830.37
HSL34.74º71.12%36.67%-
HSV(B)34.74º83.13%62.75%-
XYZ19.6517.453.37-
YUV111.9780.05162.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.98%
GREEN value IS 104 (41.02% from 255) = 35.74%
BLUE value IS 27 (10.94% from 255) = 9.28%
R=54.98%
G=35.74%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.83
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601042700.350.830.3734.7471.1236.67
HexA0681B0235325234725
Octal24015033043123454310745
Binary10100000110100011011010001110100111001011000111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0681B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0681B; }

 p { color: rgb(160,104,27); }

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

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

 a { background-color: rgb(160,104,27); }

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

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

 span { border-color: rgb(160,104,27); }

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