#A38D07

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

Shades of Dark Goldenrod #A38D07

Tints of Dark Goldenrod #A38D07

Color information

#A38D07 (or 0xA38D07) is unknown color: approx Dark Goldenrod. HEX triplet: A3, 8D and 07. RGB value is (163,141,7). Sum of RGB (Red+Green+Blue) = 163+141+7=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38D07 is #5C72F8. Grayscale: #848484. Windows color (decimal): -6058745 or 495011. OLE color: 495011.

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

Color convert

RGB1631417-
CMYK00.130.960.36
HSL51.54º91.76%33.33%-
HSV(B)51.54º95.71%63.92%-
XYZ24.6726.854.08-
YUV132.357.29149.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.41%
GREEN value IS 141 (55.47% from 255) = 45.34%
BLUE value IS 7 (3.12% from 255) = 2.25%
R=52.41%
G=45.34%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163141700.130.960.3651.5491.7633.33
HexA38D70D6024345c21
Octal2432157015140446413441
Binary10100011100011011110110111000001001001101001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38D07; }

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

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

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

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

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

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

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

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