#A75E0A

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

Shades of Golden Brown #A75E0A

Tints of Golden Brown #A75E0A

Color information

#A75E0A (or 0xA75E0A) is unknown color: approx Golden Brown. HEX triplet: A7, 5E and 0A. RGB value is (167,94,10). Sum of RGB (Red+Green+Blue) = 167+94+10=271 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.62% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75E0A is #58A1F5. Grayscale: #6A6A6A. Windows color (decimal): -5808630 or 679591. OLE color: 679591.

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

Color convert

RGB1679410-
CMYK00.440.940.35
HSL32.1º88.7%34.71%-
HSV(B)32.1º94.01%65.49%-
XYZ19.9916.242.37-
YUV106.2573.68171.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 61.62%
GREEN value IS 94 (37.11% from 255) = 34.69%
BLUE value IS 10 (4.30% from 255) = 3.69%
R=61.62%
G=34.69%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167941000.440.940.3532.188.734.71
HexA75EA02C5E23205923
Octal24713612054136434013143
Binary1010011110111101010010110010111101000111000001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75E0A; }

 p { color: rgb(167,94,10); }

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

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

 a { background-color: rgb(167,94,10); }

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

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

 span { border-color: rgb(167,94,10); }

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