#A38C03

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

Shades of Dark Goldenrod #A38C03

Tints of Dark Goldenrod #A38C03

Color information

#A38C03 (or 0xA38C03) is unknown color: approx Dark Goldenrod. HEX triplet: A3, 8C and 03. RGB value is (163,140,3). Sum of RGB (Red+Green+Blue) = 163+140+3=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 3 (1.56% from 255 or 0.98% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38C03 is #5C73FC. Grayscale: #838383. Windows color (decimal): -6059005 or 232611. OLE color: 232611.

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

Color convert

RGB1631403-
CMYK00.140.980.36
HSL51.38º96.39%32.55%-
HSV(B)51.38º98.16%63.92%-
XYZ24.526.553.92-
YUV131.2655.62150.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.27%
GREEN value IS 140 (55.08% from 255) = 45.75%
BLUE value IS 3 (1.56% from 255) = 0.98%
R=53.27%
G=45.75%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163140300.140.980.3651.3896.3932.55
HexA38C30E6224336021
Octal2432143016142446314041
Binary1010001110001100110111011000101001001100111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38C03; }

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

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

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

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

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

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

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

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