#A5671B

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

Shades of Golden Brown #A5671B

Tints of Golden Brown #A5671B

Color information

#A5671B (or 0xA5671B) is unknown color: approx Golden Brown. HEX triplet: A5, 67 and 1B. RGB value is (165,103,27). Sum of RGB (Red+Green+Blue) = 165+103+27=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A5671B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5671B is #5A98E4. Grayscale: #717171. Windows color (decimal): -5937381 or 1796005. OLE color: 1796005.

HSL color Cylindrical-coordinate representation of color #A5671B: hue angle of 33.04º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5671B is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB16510327-
CMYK00.380.840.35
HSL33.04º71.88%37.65%-
HSV(B)33.04º83.64%64.71%-
XYZ20.5717.783.38-
YUV112.8779.54165.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.93%
GREEN value IS 103 (40.62% from 255) = 34.92%
BLUE value IS 27 (10.94% from 255) = 9.15%
R=55.93%
G=34.92%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651032700.380.840.3533.0471.8837.65
HexA5671B0265423214826
Octal24514733046124434111046
Binary10100101110011111011010011010101001000111000011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5671B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5671B; }

 p { color: rgb(165,103,27); }

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

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

 a { background-color: rgb(165,103,27); }

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

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

 span { border-color: rgb(165,103,27); }

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