#A7671F

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

Shades of Golden Brown #A7671F

Tints of Golden Brown #A7671F

Color information

#A7671F (or 0xA7671F) is unknown color: approx Golden Brown. HEX triplet: A7, 67 and 1F. RGB value is (167,103,31). Sum of RGB (Red+Green+Blue) = 167+103+31=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A7671F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7671F is #5898E0. Grayscale: #727272. Windows color (decimal): -5806305 or 2058151. OLE color: 2058151.

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

Color convert

RGB16710331-
CMYK00.380.810.35
HSL31.76º68.69%38.82%-
HSV(B)31.76º81.44%65.49%-
XYZ21.0318.013.66-
YUV113.9381.2165.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.48%
GREEN value IS 103 (40.62% from 255) = 34.22%
BLUE value IS 31 (12.5% from 255) = 10.30%
R=55.48%
G=34.22%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671033100.380.810.3531.7668.6938.82
HexA7671F0265123204527
Octal24714737046121434010547
Binary10100111110011111111010011010100011000111000001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7671F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7671F; }

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

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

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

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

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

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

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

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