#A56214

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

Shades of Golden Brown #A56214

Tints of Golden Brown #A56214

Color information

#A56214 (or 0xA56214) is unknown color: approx Golden Brown. HEX triplet: A5, 62 and 14. RGB value is (165,98,20). Sum of RGB (Red+Green+Blue) = 165+98+20=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A56214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56214 is #5A9DEB. Grayscale: #6D6D6D. Windows color (decimal): -5938668 or 1335973. OLE color: 1335973.

HSL color Cylindrical-coordinate representation of color #A56214: hue angle of 32.28º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A56214 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB1659820-
CMYK00.410.880.35
HSL32.28º78.38%36.27%-
HSV(B)32.28º87.88%64.71%-
XYZ20.0116.792.85-
YUV109.1477.7167.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.30%
GREEN value IS 98 (38.67% from 255) = 34.63%
BLUE value IS 20 (8.20% from 255) = 7.07%
R=58.30%
G=34.63%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165982000.410.880.3532.2878.3836.27
HexA562140295823204e24
Octal24514224051130434011644
Binary10100101110001010100010100110110001000111000001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56214; }

 p { color: rgb(165,98,20); }

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

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

 a { background-color: rgb(165,98,20); }

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

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

 span { border-color: rgb(165,98,20); }

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