#A2661E

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

Shades of Golden Brown #A2661E

Tints of Golden Brown #A2661E

Color information

#A2661E (or 0xA2661E) is unknown color: approx Golden Brown. HEX triplet: A2, 66 and 1E. RGB value is (162,102,30). Sum of RGB (Red+Green+Blue) = 162+102+30=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A2661E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2661E is #5D99E1. Grayscale: #707070. Windows color (decimal): -6134242 or 1992354. OLE color: 1992354.

HSL color Cylindrical-coordinate representation of color #A2661E: hue angle of 32.73º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2661E is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB16210230-
CMYK00.370.810.36
HSL32.73º68.75%37.65%-
HSV(B)32.73º81.48%63.53%-
XYZ19.8917.283.52-
YUV111.7381.88163.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.10%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 30 (12.11% from 255) = 10.20%
R=55.10%
G=34.69%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621023000.370.810.3632.7368.7537.65
HexA2661E0255124214526
Octal24214636045121444110546
Binary10100010110011011110010010110100011001001000011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2661E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2661E; }

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

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

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

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

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

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

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

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