#A56318

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

Shades of Golden Brown #A56318

Tints of Golden Brown #A56318

Color information

#A56318 (or 0xA56318) is unknown color: approx Golden Brown. HEX triplet: A5, 63 and 18. RGB value is (165,99,24). Sum of RGB (Red+Green+Blue) = 165+99+24=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A56318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56318 is #5A9CE7. Grayscale: #6E6E6E. Windows color (decimal): -5938408 or 1598373. OLE color: 1598373.

HSL color Cylindrical-coordinate representation of color #A56318: hue angle of 31.91º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A56318 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB1659924-
CMYK00.400.850.35
HSL31.91º74.6%37.06%-
HSV(B)31.91º85.45%64.71%-
XYZ20.1416.993.08-
YUV110.1879.37167.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.29%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 24 (9.77% from 255) = 8.33%
R=57.29%
G=34.38%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165992400.400.850.3531.9174.637.06
HexA563180285523204b25
Octal24514330050125434011345
Binary10100101110001111000010100010101011000111000001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56318; }

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

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

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

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

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

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

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

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