#A2710A

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

Shades of Golden Brown #A2710A

Tints of Golden Brown #A2710A

Color information

#A2710A (or 0xA2710A) is unknown color: approx Golden Brown. HEX triplet: A2, 71 and 0A. RGB value is (162,113,10). Sum of RGB (Red+Green+Blue) = 162+113+10=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A2710A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2710A is #5D8EF5. Grayscale: #747474. Windows color (decimal): -6131446 or 684450. OLE color: 684450.

HSL color Cylindrical-coordinate representation of color #A2710A: hue angle of 40.66º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2710A is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB16211310-
CMYK00.300.940.36
HSL40.66º88.37%33.73%-
HSV(B)40.66º93.83%63.53%-
XYZ20.8619.512.95-
YUV115.9168.23160.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.84%
GREEN value IS 113 (44.53% from 255) = 39.65%
BLUE value IS 10 (4.30% from 255) = 3.51%
R=56.84%
G=39.65%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621131000.300.940.3640.6688.3733.73
HexA271A01E5E24295822
Octal24216112036136445113042
Binary101000101110001101001111010111101001001010011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2710A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2710A; }

 p { color: rgb(162,113,10); }

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

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

 a { background-color: rgb(162,113,10); }

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

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

 span { border-color: rgb(162,113,10); }

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