#a56309

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

Shades of Golden Brown #A56309

Tints of Golden Brown #A56309

Color information

#A56309 (or 0xA56309) is unknown color: approx Golden Brown. HEX triplet: A5, 63 and 09. RGB value is (165,99,9). Sum of RGB (Red+Green+Blue) = 165+99+9=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A56309 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56309 is #5A9CF6. Grayscale: #6C6C6C. Windows color (decimal): -5938423 or 615333. OLE color: 615333.

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

Color convert

RGB165999-
CMYK00.400.950.35
HSL34.62º89.66%34.12%-
HSV(B)34.62º94.55%64.71%-
XYZ20.0316.942.47-
YUV108.4771.87168.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.44%
GREEN value IS 99 (39.06% from 255) = 36.26%
BLUE value IS 9 (3.91% from 255) = 3.30%
R=60.44%
G=36.26%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16599900.400.950.3534.6289.6634.12
HexA56390285F23235a22
Octal24514311050137434313242
Binary1010010111000111001010100010111111000111000111011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a56309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a56309; }

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

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

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

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

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

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

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

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