#A2691A

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

Shades of Golden Brown #A2691A

Tints of Golden Brown #A2691A

Color information

#A2691A (or 0xA2691A) is unknown color: approx Golden Brown. HEX triplet: A2, 69 and 1A. RGB value is (162,105,26). Sum of RGB (Red+Green+Blue) = 162+105+26=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A2691A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2691A is #5D96E5. Grayscale: #717171. Windows color (decimal): -6133478 or 1730978. OLE color: 1730978.

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

Color convert

RGB16210526-
CMYK00.350.840.36
HSL34.85º72.34%36.86%-
HSV(B)34.85º83.95%63.53%-
XYZ20.1417.863.36-
YUV113.0478.88162.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.29%
GREEN value IS 105 (41.41% from 255) = 35.84%
BLUE value IS 26 (10.55% from 255) = 8.87%
R=55.29%
G=35.84%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621052600.350.840.3634.8572.3436.86
HexA2691A0235424234825
Octal24215132043124444311045
Binary10100010110100111010010001110101001001001000111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2691A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2691A; }

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

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

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

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

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

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

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

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