#A38105

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

Shades of Dark Goldenrod #A38105

Tints of Dark Goldenrod #A38105

Color information

#A38105 (or 0xA38105) is unknown color: approx Dark Goldenrod. HEX triplet: A3, 81 and 05. RGB value is (163,129,5). Sum of RGB (Red+Green+Blue) = 163+129+5=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A38105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38105 is #5C7EFA. Grayscale: #7D7D7D. Windows color (decimal): -6061819 or 360867. OLE color: 360867.

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

Color convert

RGB1631295-
CMYK00.210.970.36
HSL47.09º94.05%32.94%-
HSV(B)47.09º96.93%63.92%-
XYZ22.9823.53.47-
YUV125.0360.26155.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.88%
GREEN value IS 129 (50.78% from 255) = 43.43%
BLUE value IS 5 (2.34% from 255) = 1.68%
R=54.88%
G=43.43%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163129500.210.970.3647.0994.0532.94
HexA381501561242f5e21
Octal2432015025141445713641
Binary101000111000000110101010111000011001001011111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38105; }

 p { color: rgb(163,129,5); }

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

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

 a { background-color: rgb(163,129,5); }

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

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

 span { border-color: rgb(163,129,5); }

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