#A75500

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

Shades of Golden Brown #A75500

Tints of Golden Brown #A75500

Color information

#A75500 (or 0xA75500) is unknown color: approx Golden Brown. HEX triplet: A7, 55 and 00. RGB value is (167,85,0). Sum of RGB (Red+Green+Blue) = 167+85+0=252 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.27% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 167 - color contains mainly: red. Hex color #A75500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75500 is #58AAFF. Grayscale: #646464. Windows color (decimal): -5810944 or 21927. OLE color: 21927.

HSL color Cylindrical-coordinate representation of color #A75500: hue angle of 30.54º 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 #A75500 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB167850-
CMYK00.4910.35
HSL30.54º100%32.75%-
HSV(B)30.54º100%65.49%-
XYZ19.1814.711.83-
YUV99.8371.67175.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.27%
GREEN value IS 85 (33.59% from 255) = 33.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.27%
G=33.73%
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
Decimal16785000.4910.3530.5410032.75
HexA755003164231f6421
Octal2471250061144433714441
Binary101001111010101001100011100100100011111111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75500; }

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

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

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

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

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

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

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

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