#A27510

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

Shades of Golden Brown #A27510

Tints of Golden Brown #A27510

Color information

#A27510 (or 0xA27510) is unknown color: approx Golden Brown. HEX triplet: A2, 75 and 10. RGB value is (162,117,16). Sum of RGB (Red+Green+Blue) = 162+117+16=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A27510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27510 is #5D8AEF. Grayscale: #777777. Windows color (decimal): -6130416 or 1078690. OLE color: 1078690.

HSL color Cylindrical-coordinate representation of color #A27510: hue angle of 41.51º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A27510 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB16211716-
CMYK00.280.900.36
HSL41.51º82.02%34.9%-
HSV(B)41.51º90.12%63.53%-
XYZ21.3620.443.31-
YUV118.9469.91158.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.92%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 16 (6.64% from 255) = 5.42%
R=54.92%
G=39.66%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621171600.280.900.3641.5182.0234.9
HexA2751001C5A242a5223
Octal24216520034132445212243
Binary1010001011101011000001110010110101001001010101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27510; }

 p { color: rgb(162,117,16); }

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

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

 a { background-color: rgb(162,117,16); }

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

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

 span { border-color: rgb(162,117,16); }

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