#A35D0C

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

Shades of Golden Brown #A35D0C

Tints of Golden Brown #A35D0C

Color information

#A35D0C (or 0xA35D0C) is unknown color: approx Golden Brown. HEX triplet: A3, 5D and 0C. RGB value is (163,93,12). Sum of RGB (Red+Green+Blue) = 163+93+12=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35D0C is #5CA2F3. Grayscale: #696969. Windows color (decimal): -6071028 or 810403. OLE color: 810403.

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

Color convert

RGB1639312-
CMYK00.430.930.36
HSL32.19º86.29%34.31%-
HSV(B)32.19º92.64%63.92%-
XYZ19.0815.642.36-
YUV104.775.69169.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.82%
GREEN value IS 93 (36.72% from 255) = 34.70%
BLUE value IS 12 (5.08% from 255) = 4.48%
R=60.82%
G=34.70%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163931200.430.930.3632.1986.2934.31
HexA35DC02B5D24205622
Octal24313514053135444012642
Binary1010001110111011100010101110111011001001000001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35D0C; }

 p { color: rgb(163,93,12); }

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

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

 a { background-color: rgb(163,93,12); }

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

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

 span { border-color: rgb(163,93,12); }

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