#A5661B

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

Shades of Golden Brown #A5661B

Tints of Golden Brown #A5661B

Color information

#A5661B (or 0xA5661B) is unknown color: approx Golden Brown. HEX triplet: A5, 66 and 1B. RGB value is (165,102,27). Sum of RGB (Red+Green+Blue) = 165+102+27=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A5661B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5661B is #5A99E4. Grayscale: #707070. Windows color (decimal): -5937637 or 1795749. OLE color: 1795749.

HSL color Cylindrical-coordinate representation of color #A5661B: hue angle of 32.61º 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 #A5661B is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB16510227-
CMYK00.380.840.35
HSL32.61º71.88%37.65%-
HSV(B)32.61º83.64%64.71%-
XYZ20.4717.583.35-
YUV112.2979.87165.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.12%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 27 (10.94% from 255) = 9.18%
R=56.12%
G=34.69%
B=9.18%

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
Decimal1651022700.380.840.3532.6171.8837.65
HexA5661B0265423214826
Octal24514633046124434111046
Binary10100101110011011011010011010101001000111000011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5661B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5661B; }

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

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

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

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

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

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

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

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