#A75700

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

Shades of Golden Brown #A75700

Tints of Golden Brown #A75700

Color information

#A75700 (or 0xA75700) is unknown color: approx Golden Brown. HEX triplet: A7, 57 and 00. RGB value is (167,87,0). Sum of RGB (Red+Green+Blue) = 167+87+0=254 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.75% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 167 - color contains mainly: red. Hex color #A75700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75700 is #58A8FF. Grayscale: #656565. Windows color (decimal): -5810432 or 22439. OLE color: 22439.

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

Color convert

RGB167870-
CMYK00.4810.35
HSL31.26º100%32.75%-
HSV(B)31.26º100%65.49%-
XYZ19.3415.031.88-
YUV10171175.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 65.75%
GREEN value IS 87 (34.38% from 255) = 34.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.75%
G=34.25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16787000.4810.3531.2610032.75
HexA757003064231f6421
Octal2471270060144433714441
Binary101001111010111001100001100100100011111111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75700; }

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

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

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

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

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

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

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

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