#A2671F

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

Shades of Golden Brown #A2671F

Tints of Golden Brown #A2671F

Color information

#A2671F (or 0xA2671F) is unknown color: approx Golden Brown. HEX triplet: A2, 67 and 1F. RGB value is (162,103,31). Sum of RGB (Red+Green+Blue) = 162+103+31=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A2671F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2671F is #5D98E0. Grayscale: #707070. Windows color (decimal): -6133985 or 2058146. OLE color: 2058146.

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

Color convert

RGB16210331-
CMYK00.360.810.36
HSL32.98º67.88%37.84%-
HSV(B)32.98º80.86%63.53%-
XYZ2017.483.62-
YUV112.4382.05163.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.73%
GREEN value IS 103 (40.62% from 255) = 34.80%
BLUE value IS 31 (12.5% from 255) = 10.47%
R=54.73%
G=34.80%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621033100.360.810.3632.9867.8837.84
HexA2671F0245124214426
Octal24214737044121444110446
Binary10100010110011111111010010010100011001001000011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2671F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2671F; }

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

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

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

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

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

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

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

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