#A35F1B

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

Shades of Golden Brown #A35F1B

Tints of Golden Brown #A35F1B

Color information

#A35F1B (or 0xA35F1B) is unknown color: approx Golden Brown. HEX triplet: A3, 5F and 1B. RGB value is (163,95,27). Sum of RGB (Red+Green+Blue) = 163+95+27=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35F1B is #5CA0E4. Grayscale: #6B6B6B. Windows color (decimal): -6070501 or 1793955. OLE color: 1793955.

HSL color Cylindrical-coordinate representation of color #A35F1B: hue angle of 30º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A35F1B is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB1639527-
CMYK00.420.830.36
HSL30º71.58%37.25%-
HSV(B)30º83.44%63.92%-
XYZ19.3916.053.11-
YUV107.5882.53167.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.19%
GREEN value IS 95 (37.5% from 255) = 33.33%
BLUE value IS 27 (10.94% from 255) = 9.47%
R=57.19%
G=33.33%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163952700.420.830.363071.5837.25
HexA35F1B02A53241e4825
Octal24313733052123443611045
Binary1010001110111111101101010101010011100100111101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F1B; }

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

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

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

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

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

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

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

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