#A2691C

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

Shades of Golden Brown #A2691C

Tints of Golden Brown #A2691C

Color information

#A2691C (or 0xA2691C) is unknown color: approx Golden Brown. HEX triplet: A2, 69 and 1C. RGB value is (162,105,28). Sum of RGB (Red+Green+Blue) = 162+105+28=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A2691C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2691C is #5D96E3. Grayscale: #717171. Windows color (decimal): -6133476 or 1862050. OLE color: 1862050.

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

Color convert

RGB16210528-
CMYK00.350.830.36
HSL34.48º70.53%37.25%-
HSV(B)34.48º82.72%63.53%-
XYZ20.1617.873.48-
YUV113.2679.88162.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.92%
GREEN value IS 105 (41.41% from 255) = 35.59%
BLUE value IS 28 (11.33% from 255) = 9.49%
R=54.92%
G=35.59%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621052800.350.830.3634.4870.5337.25
HexA2691C0235324224725
Octal24215134043123444210745
Binary10100010110100111100010001110100111001001000101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2691C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2691C; }

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

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

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

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

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

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

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

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