#A2691D

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

Shades of Golden Brown #A2691D

Tints of Golden Brown #A2691D

Color information

#A2691D (or 0xA2691D) is unknown color: approx Golden Brown. HEX triplet: A2, 69 and 1D. RGB value is (162,105,29). Sum of RGB (Red+Green+Blue) = 162+105+29=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A2691D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2691D is #5D96E2. Grayscale: #717171. Windows color (decimal): -6133475 or 1927586. OLE color: 1927586.

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

Color convert

RGB16210529-
CMYK00.350.820.36
HSL34.29º69.63%37.45%-
HSV(B)34.29º82.1%63.53%-
XYZ20.1717.873.55-
YUV113.3880.38162.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.73%
GREEN value IS 105 (41.41% from 255) = 35.47%
BLUE value IS 29 (11.72% from 255) = 9.80%
R=54.73%
G=35.47%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621052900.350.820.3634.2969.6337.45
HexA2691D0235224224625
Octal24215135043122444210645
Binary10100010110100111101010001110100101001001000101000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2691D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2691D; }

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

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

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

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

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

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

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

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