#A5610A

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

Shades of Golden Brown #A5610A

Tints of Golden Brown #A5610A

Color information

#A5610A (or 0xA5610A) is unknown color: approx Golden Brown. HEX triplet: A5, 61 and 0A. RGB value is (165,97,10). Sum of RGB (Red+Green+Blue) = 165+97+10=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A5610A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5610A is #5A9EF5. Grayscale: #6B6B6B. Windows color (decimal): -5938934 or 680357. OLE color: 680357.

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

Color convert

RGB1659710-
CMYK00.410.940.35
HSL33.68º88.57%34.31%-
HSV(B)33.68º93.94%64.71%-
XYZ19.8516.572.44-
YUV107.4173.03169.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.66%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 10 (4.30% from 255) = 3.68%
R=60.66%
G=35.66%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165971000.410.940.3533.6888.5734.31
HexA561A0295E23225922
Octal24514112051136434213142
Binary1010010111000011010010100110111101000111000101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5610A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5610A; }

 p { color: rgb(165,97,10); }

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

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

 a { background-color: rgb(165,97,10); }

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

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

 span { border-color: rgb(165,97,10); }

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