#a3550c

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

Shades of Golden Brown #A3550C

Tints of Golden Brown #A3550C

Color information

#A3550C (or 0xA3550C) is unknown color: approx Golden Brown. HEX triplet: A3, 55 and 0C. RGB value is (163,85,12). Sum of RGB (Red+Green+Blue) = 163+85+12=260 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.69% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 163 - color contains mainly: red. Hex color #A3550C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3550C is #5CAAF3. Grayscale: #646464. Windows color (decimal): -6073076 or 808355. OLE color: 808355.

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

Color convert

RGB1638512-
CMYK00.480.930.36
HSL29.01º86.29%34.31%-
HSV(B)29.01º92.64%63.92%-
XYZ18.4214.312.14-
YUV10078.34172.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.69%
GREEN value IS 85 (33.59% from 255) = 32.69%
BLUE value IS 12 (5.08% from 255) = 4.62%
R=62.69%
G=32.69%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163851200.480.930.3629.0186.2934.31
HexA355C0305D241d5622
Octal24312514060135443512642
Binary101000111010101110001100001011101100100111011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3550c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3550c; }

 p { color: rgb(163,85,12); }

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

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

 a { background-color: rgb(163,85,12); }

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

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

 span { border-color: rgb(163,85,12); }

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