#A35F04

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

Shades of Golden Brown #A35F04

Tints of Golden Brown #A35F04

Color information

#A35F04 (or 0xA35F04) is unknown color: approx Golden Brown. HEX triplet: A3, 5F and 04. RGB value is (163,95,4). Sum of RGB (Red+Green+Blue) = 163+95+4=262 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.21% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35F04 is #5CA0FB. Grayscale: #696969. Windows color (decimal): -6070524 or 286627. OLE color: 286627.

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

Color convert

RGB163954-
CMYK00.420.980.36
HSL34.34º95.21%32.75%-
HSV(B)34.34º97.55%63.92%-
XYZ19.2215.982.19-
YUV104.9671.03169.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.21%
GREEN value IS 95 (37.5% from 255) = 36.26%
BLUE value IS 4 (1.95% from 255) = 1.53%
R=62.21%
G=36.26%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16395400.420.980.3634.3495.2132.75
HexA35F402A6224225f21
Octal2431374052142444213741
Binary101000111011111100010101011000101001001000101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F04; }

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

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

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

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

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

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

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

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