#A2580D

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

Shades of Golden Brown #A2580D

Tints of Golden Brown #A2580D

Color information

#A2580D (or 0xA2580D) is unknown color: approx Golden Brown. HEX triplet: A2, 58 and 0D. RGB value is (162,88,13). Sum of RGB (Red+Green+Blue) = 162+88+13=263 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.60% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 162 - color contains mainly: red. Hex color #A2580D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2580D is #5DA7F2. Grayscale: #656565. Windows color (decimal): -6137843 or 874658. OLE color: 874658.

HSL color Cylindrical-coordinate representation of color #A2580D: hue angle of 30.2º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2580D is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB1628813-
CMYK00.460.920.36
HSL30.2º85.14%34.31%-
HSV(B)30.2º91.98%63.53%-
XYZ18.4614.692.24-
YUV101.5878.02171.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.60%
GREEN value IS 88 (34.77% from 255) = 33.46%
BLUE value IS 13 (5.47% from 255) = 4.94%
R=61.60%
G=33.46%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162881300.460.920.3630.285.1434.31
HexA258D02E5C241e5522
Octal24213015056134443612542
Binary101000101011000110101011101011100100100111101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2580D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2580D; }

 p { color: rgb(162,88,13); }

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

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

 a { background-color: rgb(162,88,13); }

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

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

 span { border-color: rgb(162,88,13); }

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