#A75600

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

Shades of Golden Brown #A75600

Tints of Golden Brown #A75600

Color information

#A75600 (or 0xA75600) is unknown color: approx Golden Brown. HEX triplet: A7, 56 and 00. RGB value is (167,86,0). Sum of RGB (Red+Green+Blue) = 167+86+0=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A75600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75600 is #58A9FF. Grayscale: #646464. Windows color (decimal): -5810688 or 22183. OLE color: 22183.

HSL color Cylindrical-coordinate representation of color #A75600: hue angle of 30.9º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A75600 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB167860-
CMYK00.4910.35
HSL30.9º100%32.75%-
HSV(B)30.9º100%65.49%-
XYZ19.2614.871.86-
YUV100.4271.34175.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.01%
GREEN value IS 86 (33.98% from 255) = 33.99%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.01%
G=33.99%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16786000.4910.3530.910032.75
HexA756003164231f6421
Octal2471260061144433714441
Binary101001111010110001100011100100100011111111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75600; }

 p { color: rgb(167,86,0); }

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

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

 a { background-color: rgb(167,86,0); }

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

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

 span { border-color: rgb(167,86,0); }

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