#A0681A

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

Shades of Golden Brown #A0681A

Tints of Golden Brown #A0681A

Color information

#A0681A (or 0xA0681A) is unknown color: approx Golden Brown. HEX triplet: A0, 68 and 1A. RGB value is (160,104,26). Sum of RGB (Red+Green+Blue) = 160+104+26=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A0681A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0681A is #5F97E5. Grayscale: #707070. Windows color (decimal): -6264806 or 1730720. OLE color: 1730720.

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

Color convert

RGB16010426-
CMYK00.350.840.37
HSL34.93º72.04%36.47%-
HSV(B)34.93º83.75%62.75%-
XYZ19.6317.453.31-
YUV111.8579.55162.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.17%
GREEN value IS 104 (41.02% from 255) = 35.86%
BLUE value IS 26 (10.55% from 255) = 8.97%
R=55.17%
G=35.86%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601042600.350.840.3734.9372.0436.47
HexA0681A0235425234824
Octal24015032043124454311044
Binary10100000110100011010010001110101001001011000111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0681A; }

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

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

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

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

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

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

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

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