#A55C16

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

Shades of Golden Brown #A55C16

Tints of Golden Brown #A55C16

Color information

#A55C16 (or 0xA55C16) is unknown color: approx Golden Brown. HEX triplet: A5, 5C and 16. RGB value is (165,92,22). Sum of RGB (Red+Green+Blue) = 165+92+22=279 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.14% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55C16 is #5AA3E9. Grayscale: #6A6A6A. Windows color (decimal): -5940202 or 1465509. OLE color: 1465509.

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

Color convert

RGB1659222-
CMYK00.440.870.35
HSL29.37º76.47%36.67%-
HSV(B)29.37º86.67%64.71%-
XYZ19.4915.712.76-
YUV105.8580.68170.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.14%
GREEN value IS 92 (36.33% from 255) = 32.97%
BLUE value IS 22 (8.98% from 255) = 7.89%
R=59.14%
G=32.97%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165922200.440.870.3529.3776.4736.67
HexA55C1602C57231d4c25
Octal24513426054127433511445
Binary1010010110111001011001011001010111100011111011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C16; }

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

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

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

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

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

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

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

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