#A38500

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

Shades of Dark Goldenrod #A38500

Tints of Dark Goldenrod #A38500

Color information

#A38500 (or 0xA38500) is unknown color: approx Dark Goldenrod. HEX triplet: A3, 85 and 00. RGB value is (163,133,0). Sum of RGB (Red+Green+Blue) = 163+133+0=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A38500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38500 is #5C7AFF. Grayscale: #7F7F7F. Windows color (decimal): -6060800 or 34211. OLE color: 34211.

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

Color convert

RGB1631330-
CMYK00.1810.36
HSL48.96º100%31.96%-
HSV(B)48.96º100%63.92%-
XYZ23.4924.563.5-
YUV126.8156.44153.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.07%
GREEN value IS 133 (52.34% from 255) = 44.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.07%
G=44.93%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163133000.1810.3648.9610031.96
HexA38500126424316420
Octal2432050022144446114440
Binary1010001110000101001001011001001001001100011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38500; }

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

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

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

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

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

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

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

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