#A56202

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

Shades of Golden Brown #A56202

Tints of Golden Brown #A56202

Color information

#A56202 (or 0xA56202) is unknown color: approx Golden Brown. HEX triplet: A5, 62 and 02. RGB value is (165,98,2). Sum of RGB (Red+Green+Blue) = 165+98+2=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A56202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56202 is #5A9DFD. Grayscale: #6B6B6B. Windows color (decimal): -5938686 or 156325. OLE color: 156325.

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

Color convert

RGB165982-
CMYK00.410.990.35
HSL35.34º97.6%32.75%-
HSV(B)35.34º98.79%64.71%-
XYZ19.916.742.24-
YUV107.0968.7169.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.26%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=62.26%
G=36.98%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16598200.410.990.3535.3497.632.75
HexA56220296323236221
Octal2451422051143434314241
Binary10100101110001010010100111000111000111000111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56202; }

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

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

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

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

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

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

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

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