#A1600A

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

Shades of Golden Brown #A1600A

Tints of Golden Brown #A1600A

Color information

#A1600A (or 0xA1600A) is unknown color: approx Golden Brown. HEX triplet: A1, 60 and 0A. RGB value is (161,96,10). Sum of RGB (Red+Green+Blue) = 161+96+10=267 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.30% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 161 - color contains mainly: red. Hex color #A1600A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1600A is #5E9FF5. Grayscale: #6A6A6A. Windows color (decimal): -6201334 or 680097. OLE color: 680097.

HSL color Cylindrical-coordinate representation of color #A1600A: hue angle of 34.17º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1600A is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB1619610-
CMYK00.400.940.37
HSL34.17º88.3%33.53%-
HSV(B)34.17º93.79%63.14%-
XYZ18.9415.962.37-
YUV105.6374.03167.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.30%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 10 (4.30% from 255) = 3.75%
R=60.30%
G=35.96%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161961000.400.940.3734.1788.333.53
HexA160A0285E25225822
Octal24114012050136454213042
Binary1010000111000001010010100010111101001011000101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1600A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1600A; }

 p { color: rgb(161,96,10); }

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

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

 a { background-color: rgb(161,96,10); }

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

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

 span { border-color: rgb(161,96,10); }

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