#A38607

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

Shades of Dark Goldenrod #A38607

Tints of Dark Goldenrod #A38607

Color information

#A38607 (or 0xA38607) is unknown color: approx Dark Goldenrod. HEX triplet: A3, 86 and 07. RGB value is (163,134,7). Sum of RGB (Red+Green+Blue) = 163+134+7=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A38607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38607 is #5C79F8. Grayscale: #808080. Windows color (decimal): -6060537 or 493219. OLE color: 493219.

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

Color convert

RGB1631347-
CMYK00.180.960.36
HSL48.85º91.76%33.33%-
HSV(B)48.85º95.71%63.92%-
XYZ23.6724.853.75-
YUV128.1959.61152.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.62%
GREEN value IS 134 (52.73% from 255) = 44.08%
BLUE value IS 7 (3.12% from 255) = 2.30%
R=53.62%
G=44.08%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163134700.180.960.3648.8591.7633.33
HexA38670126024315c21
Octal2432067022140446113441
Binary101000111000011011101001011000001001001100011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38607; }

 p { color: rgb(163,134,7); }

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

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

 a { background-color: rgb(163,134,7); }

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

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

 span { border-color: rgb(163,134,7); }

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