#A3850C

Color #A3850C Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #A3850C

Tints of Dark Goldenrod #A3850C

Color information

#A3850C (or 0xA3850C) is unknown color: approx Dark Goldenrod. HEX triplet: A3, 85 and 0C. RGB value is (163,133,12). Sum of RGB (Red+Green+Blue) = 163+133+12=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A3850C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3850C is #5C7AF3. Grayscale: #808080. Windows color (decimal): -6060788 or 820643. OLE color: 820643.

HSL color Cylindrical-coordinate representation of color #A3850C: hue angle of 48.08º 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 #A3850C is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB16313312-
CMYK00.180.930.36
HSL48.08º86.29%34.31%-
HSV(B)48.08º92.64%63.92%-
XYZ23.5624.593.85-
YUV128.1862.44152.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.92%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 12 (5.08% from 255) = 3.90%
R=52.92%
G=43.18%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631331200.180.930.3648.0886.2934.31
HexA385C0125D24305622
Octal24320514022135446012642
Binary1010001110000101110001001010111011001001100001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3850C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3850C; }

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

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

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

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

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

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

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

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