#A2550D

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

Shades of Golden Brown #A2550D

Tints of Golden Brown #A2550D

Color information

#A2550D (or 0xA2550D) is unknown color: approx Golden Brown. HEX triplet: A2, 55 and 0D. RGB value is (162,85,13). Sum of RGB (Red+Green+Blue) = 162+85+13=260 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.31% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 162 - color contains mainly: red. Hex color #A2550D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2550D is #5DAAF2. Grayscale: #646464. Windows color (decimal): -6138611 or 873890. OLE color: 873890.

HSL color Cylindrical-coordinate representation of color #A2550D: hue angle of 28.99º 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 #A2550D is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB1628513-
CMYK00.480.920.36
HSL28.99º85.14%34.31%-
HSV(B)28.99º91.98%63.53%-
XYZ18.2214.212.16-
YUV99.8279.01172.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.31%
GREEN value IS 85 (33.59% from 255) = 32.69%
BLUE value IS 13 (5.47% from 255) = 5%
R=62.31%
G=32.69%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162851300.480.920.3628.9985.1434.31
HexA255D0305C241d5522
Octal24212515060134443512542
Binary101000101010101110101100001011100100100111011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2550D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2550D; }

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

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

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

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

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

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

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

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