#A4691C

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

Shades of Golden Brown #A4691C

Tints of Golden Brown #A4691C

Color information

#A4691C (or 0xA4691C) is unknown color: approx Golden Brown. HEX triplet: A4, 69 and 1C. RGB value is (164,105,28). Sum of RGB (Red+Green+Blue) = 164+105+28=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A4691C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4691C is #5B96E3. Grayscale: #727272. Windows color (decimal): -6002404 or 1862052. OLE color: 1862052.

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

Color convert

RGB16410528-
CMYK00.360.830.36
HSL33.97º70.83%37.65%-
HSV(B)33.97º82.93%64.31%-
XYZ20.5718.083.5-
YUV113.8679.55163.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.22%
GREEN value IS 105 (41.41% from 255) = 35.35%
BLUE value IS 28 (11.33% from 255) = 9.43%
R=55.22%
G=35.35%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641052800.360.830.3633.9770.8337.65
HexA4691C0245324224726
Octal24415134044123444210746
Binary10100100110100111100010010010100111001001000101000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4691C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4691C; }

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

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

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

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

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

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

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

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