#A05F1B

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

Shades of Golden Brown #A05F1B

Tints of Golden Brown #A05F1B

Color information

#A05F1B (or 0xA05F1B) is unknown color: approx Golden Brown. HEX triplet: A0, 5F and 1B. RGB value is (160,95,27). Sum of RGB (Red+Green+Blue) = 160+95+27=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05F1B is #5FA0E4. Grayscale: #6B6B6B. Windows color (decimal): -6267109 or 1793952. OLE color: 1793952.

HSL color Cylindrical-coordinate representation of color #A05F1B: hue angle of 30.68º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A05F1B is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB1609527-
CMYK00.410.830.37
HSL30.68º71.12%36.67%-
HSV(B)30.68º83.13%62.75%-
XYZ18.7915.743.08-
YUV106.6883.03166.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.74%
GREEN value IS 95 (37.5% from 255) = 33.69%
BLUE value IS 27 (10.94% from 255) = 9.57%
R=56.74%
G=33.69%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.83
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160952700.410.830.3730.6871.1236.67
HexA05F1B02953251f4725
Octal24013733051123453710745
Binary1010000010111111101101010011010011100101111111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05F1B; }

 p { color: rgb(160,95,27); }

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

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

 a { background-color: rgb(160,95,27); }

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

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

 span { border-color: rgb(160,95,27); }

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