#A5661E

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

Shades of Golden Brown #A5661E

Tints of Golden Brown #A5661E

Color information

#A5661E (or 0xA5661E) is unknown color: approx Golden Brown. HEX triplet: A5, 66 and 1E. RGB value is (165,102,30). Sum of RGB (Red+Green+Blue) = 165+102+30=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A5661E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5661E is #5A99E1. Grayscale: #707070. Windows color (decimal): -5937634 or 1992357. OLE color: 1992357.

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

Color convert

RGB16510230-
CMYK00.380.820.35
HSL32º69.23%38.24%-
HSV(B)32º81.82%64.71%-
XYZ20.517.63.54-
YUV112.6381.37165.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.56%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 30 (12.11% from 255) = 10.10%
R=55.56%
G=34.34%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651023000.380.820.353269.2338.24
HexA5661E0265223204526
Octal24514636046122434010546
Binary10100101110011011110010011010100101000111000001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5661E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5661E; }

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

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

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

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

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

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

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

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