#A7671C

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

Shades of Golden Brown #A7671C

Tints of Golden Brown #A7671C

Color information

#A7671C (or 0xA7671C) is unknown color: approx Golden Brown. HEX triplet: A7, 67 and 1C. RGB value is (167,103,28). Sum of RGB (Red+Green+Blue) = 167+103+28=298 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.04% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 167 - color contains mainly: red. Hex color #A7671C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7671C is #5898E3. Grayscale: #717171. Windows color (decimal): -5806308 or 1861543. OLE color: 1861543.

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

Color convert

RGB16710328-
CMYK00.380.830.35
HSL32.37º71.28%38.24%-
HSV(B)32.37º83.23%65.49%-
XYZ21183.47-
YUV113.5979.7166.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.04%
GREEN value IS 103 (40.62% from 255) = 34.56%
BLUE value IS 28 (11.33% from 255) = 9.40%
R=56.04%
G=34.56%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671032800.380.830.3532.3771.2838.24
HexA7671C0265323204726
Octal24714734046123434010746
Binary10100111110011111100010011010100111000111000001000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7671C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7671C; }

 p { color: rgb(167,103,28); }

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

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

 a { background-color: rgb(167,103,28); }

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

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

 span { border-color: rgb(167,103,28); }

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