#A48B05

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

Shades of Dark Goldenrod #A48B05

Tints of Dark Goldenrod #A48B05

Color information

#A48B05 (or 0xA48B05) is unknown color: approx Dark Goldenrod. HEX triplet: A4, 8B and 05. RGB value is (164,139,5). Sum of RGB (Red+Green+Blue) = 164+139+5=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48B05 is #5B74FA. Grayscale: #838383. Windows color (decimal): -5993723 or 363428. OLE color: 363428.

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

Color convert

RGB1641395-
CMYK00.150.970.36
HSL50.57º94.08%33.14%-
HSV(B)50.57º96.95%64.31%-
XYZ24.5726.373.94-
YUV131.256.78151.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.25%
GREEN value IS 139 (54.69% from 255) = 45.13%
BLUE value IS 5 (2.34% from 255) = 1.62%
R=53.25%
G=45.13%
B=1.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164139500.150.970.3650.5794.0833.14
HexA48B50F6124335e21
Octal2442135017141446313641
Binary10100100100010111010111111000011001001100111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B05; }

 p { color: rgb(164,139,5); }

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

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

 a { background-color: rgb(164,139,5); }

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

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

 span { border-color: rgb(164,139,5); }

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