#A35F1E

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

Shades of Golden Brown #A35F1E

Tints of Golden Brown #A35F1E

Color information

#A35F1E (or 0xA35F1E) is unknown color: approx Golden Brown. HEX triplet: A3, 5F and 1E. RGB value is (163,95,30). Sum of RGB (Red+Green+Blue) = 163+95+30=288 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.60% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35F1E is #5CA0E1. Grayscale: #6C6C6C. Windows color (decimal): -6070498 or 1990563. OLE color: 1990563.

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

Color convert

RGB1639530-
CMYK00.420.820.36
HSL29.32º68.91%37.84%-
HSV(B)29.32º81.6%63.92%-
XYZ19.4316.063.3-
YUV107.9284.03167.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.60%
GREEN value IS 95 (37.5% from 255) = 32.99%
BLUE value IS 30 (12.11% from 255) = 10.42%
R=56.60%
G=32.99%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163953000.420.820.3629.3268.9137.84
HexA35F1E02A52241d4526
Octal24313736052122443510546
Binary1010001110111111111001010101010010100100111011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F1E; }

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

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

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

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

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

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

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

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