#A55C03

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

Shades of Golden Brown #A55C03

Tints of Golden Brown #A55C03

Color information

#A55C03 (or 0xA55C03) is unknown color: approx Golden Brown. HEX triplet: A5, 5C and 03. RGB value is (165,92,3). Sum of RGB (Red+Green+Blue) = 165+92+3=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55C03 is #5AA3FC. Grayscale: #686868. Windows color (decimal): -5940221 or 220325. OLE color: 220325.

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

Color convert

RGB165923-
CMYK00.440.980.35
HSL32.96º96.43%32.94%-
HSV(B)32.96º98.18%64.71%-
XYZ19.3615.662.09-
YUV103.6871.18171.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.46%
GREEN value IS 92 (36.33% from 255) = 35.38%
BLUE value IS 3 (1.56% from 255) = 1.15%
R=63.46%
G=35.38%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16592300.440.980.3532.9696.4332.94
HexA55C302C6223216021
Octal2451343054142434114041
Binary10100101101110011010110011000101000111000011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C03; }

 p { color: rgb(165,92,3); }

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

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

 a { background-color: rgb(165,92,3); }

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

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

 span { border-color: rgb(165,92,3); }

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