#A38D03

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

Shades of Dark Goldenrod #A38D03

Tints of Dark Goldenrod #A38D03

Color information

#A38D03 (or 0xA38D03) is unknown color: approx Dark Goldenrod. HEX triplet: A3, 8D and 03. RGB value is (163,141,3). Sum of RGB (Red+Green+Blue) = 163+141+3=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38D03 is #5C72FC. Grayscale: #848484. Windows color (decimal): -6058749 or 232867. OLE color: 232867.

HSL color Cylindrical-coordinate representation of color #A38D03: hue angle of 51.75º degrees, saturation: 0.96, 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 #A38D03 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB1631413-
CMYK00.130.980.36
HSL51.75º96.39%32.55%-
HSV(B)51.75º98.16%63.92%-
XYZ24.6526.843.97-
YUV131.8555.29150.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.09%
GREEN value IS 141 (55.47% from 255) = 45.93%
BLUE value IS 3 (1.56% from 255) = 0.98%
R=53.09%
G=45.93%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163141300.130.980.3651.7596.3932.55
HexA38D30D6224346021
Octal2432153015142446414041
Binary1010001110001101110110111000101001001101001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38D03; }

 p { color: rgb(163,141,3); }

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

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

 a { background-color: rgb(163,141,3); }

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

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

 span { border-color: rgb(163,141,3); }

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