#A2651A

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

Shades of Golden Brown #A2651A

Tints of Golden Brown #A2651A

Color information

#A2651A (or 0xA2651A) is unknown color: approx Golden Brown. HEX triplet: A2, 65 and 1A. RGB value is (162,101,26). Sum of RGB (Red+Green+Blue) = 162+101+26=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A2651A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2651A is #5D9AE5. Grayscale: #6F6F6F. Windows color (decimal): -6134502 or 1729954. OLE color: 1729954.

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

Color convert

RGB16210126-
CMYK00.380.840.36
HSL33.09º72.34%36.86%-
HSV(B)33.09º83.95%63.53%-
XYZ19.7417.063.23-
YUV110.6980.21164.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.06%
GREEN value IS 101 (39.84% from 255) = 34.95%
BLUE value IS 26 (10.55% from 255) = 9.00%
R=56.06%
G=34.95%
B=9.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621012600.380.840.3633.0972.3436.86
HexA2651A0265424214825
Octal24214532046124444111045
Binary10100010110010111010010011010101001001001000011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2651A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2651A; }

 p { color: rgb(162,101,26); }

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

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

 a { background-color: rgb(162,101,26); }

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

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

 span { border-color: rgb(162,101,26); }

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