#a57300

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

Shades of Golden Brown #A57300

Tints of Golden Brown #A57300

Color information

#A57300 (or 0xA57300) is unknown color: approx Golden Brown. HEX triplet: A5, 73 and 00. RGB value is (165,115,0). Sum of RGB (Red+Green+Blue) = 165+115+0=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A57300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57300 is #5A8CFF. Grayscale: #757575. Windows color (decimal): -5934336 or 29605. OLE color: 29605.

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

Color convert

RGB1651150-
CMYK00.3010.35
HSL41.82º100%32.35%-
HSV(B)41.82º100%64.71%-
XYZ21.6520.262.77-
YUV116.8462.06162.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.93%
GREEN value IS 115 (45.31% from 255) = 41.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.93%
G=41.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165115000.3010.3541.8210032.35
HexA573001E64232a6420
Octal2451630036144435214440
Binary101001011110011001111011001001000111010101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a57300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a57300; }

 p { color: rgb(165,115,0); }

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

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

 a { background-color: rgb(165,115,0); }

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

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

 span { border-color: rgb(165,115,0); }

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