#A35F0A

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

Shades of Golden Brown #A35F0A

Tints of Golden Brown #A35F0A

Color information

#A35F0A (or 0xA35F0A) is unknown color: approx Golden Brown. HEX triplet: A3, 5F and 0A. RGB value is (163,95,10). Sum of RGB (Red+Green+Blue) = 163+95+10=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35F0A is #5CA0F5. Grayscale: #6A6A6A. Windows color (decimal): -6070518 or 679843. OLE color: 679843.

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

Color convert

RGB1639510-
CMYK00.420.940.36
HSL33.33º88.44%33.92%-
HSV(B)33.33º93.87%63.92%-
XYZ19.2515.992.36-
YUV105.6474.03168.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.82%
GREEN value IS 95 (37.5% from 255) = 35.45%
BLUE value IS 10 (4.30% from 255) = 3.73%
R=60.82%
G=35.45%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163951000.420.940.3633.3388.4433.92
HexA35FA02A5E24215822
Octal24313712052136444113042
Binary1010001110111111010010101010111101001001000011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F0A; }

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

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

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

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

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

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

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

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