#A56509

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

Shades of Golden Brown #A56509

Tints of Golden Brown #A56509

Color information

#A56509 (or 0xA56509) is unknown color: approx Golden Brown. HEX triplet: A5, 65 and 09. RGB value is (165,101,9). Sum of RGB (Red+Green+Blue) = 165+101+9=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A56509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56509 is #5A9AF6. Grayscale: #6E6E6E. Windows color (decimal): -5937911 or 615845. OLE color: 615845.

HSL color Cylindrical-coordinate representation of color #A56509: hue angle of 35.38º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A56509 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB1651019-
CMYK00.390.950.35
HSL35.38º89.66%34.12%-
HSV(B)35.38º94.55%64.71%-
XYZ20.2217.332.54-
YUV109.6571.2167.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60%
GREEN value IS 101 (39.84% from 255) = 36.73%
BLUE value IS 9 (3.91% from 255) = 3.27%
R=60%
G=36.73%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165101900.390.950.3535.3889.6634.12
HexA56590275F23235a22
Octal24514511047137434313242
Binary1010010111001011001010011110111111000111000111011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56509; }

 p { color: rgb(165,101,9); }

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

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

 a { background-color: rgb(165,101,9); }

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

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

 span { border-color: rgb(165,101,9); }

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