#A18A01

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

Shades of Dark Goldenrod #A18A01

Tints of Dark Goldenrod #A18A01

Color information

#A18A01 (or 0xA18A01) is unknown color: approx Dark Goldenrod. HEX triplet: A1, 8A and 01. RGB value is (161,138,1). Sum of RGB (Red+Green+Blue) = 161+138+1=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18A01 is #5E75FE. Grayscale: #818181. Windows color (decimal): -6190591 or 101025. OLE color: 101025.

HSL color Cylindrical-coordinate representation of color #A18A01: hue angle of 51.38º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A18A01 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB1611381-
CMYK00.140.990.37
HSL51.38º98.77%31.76%-
HSV(B)51.38º99.38%63.14%-
XYZ23.7925.763.75-
YUV129.2655.62150.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.67%
GREEN value IS 138 (54.30% from 255) = 46%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=53.67%
G=46%
B=0.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161138100.140.990.3751.3898.7731.76
HexA18A10E6325336320
Octal2412121016143456314340
Binary101000011000101010111011000111001011100111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18A01; }

 p { color: rgb(161,138,1); }

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

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

 a { background-color: rgb(161,138,1); }

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

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

 span { border-color: rgb(161,138,1); }

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