#A88100

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

Shades of Dark Goldenrod #A88100

Tints of Dark Goldenrod #A88100

Color information

#A88100 (or 0xA88100) is unknown color: approx Dark Goldenrod. HEX triplet: A8, 81 and 00. RGB value is (168,129,0). Sum of RGB (Red+Green+Blue) = 168+129+0=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A88100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88100 is #577EFF. Grayscale: #7E7E7E. Windows color (decimal): -5734144 or 33192. OLE color: 33192.

HSL color Cylindrical-coordinate representation of color #A88100: hue angle of 46.07º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A88100 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.34.

Color convert

RGB1681290-
CMYK00.2310.34
HSL46.07º100%32.94%-
HSV(B)46.07º100%65.88%-
XYZ2424.033.37-
YUV125.9656.92157.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.57%
GREEN value IS 129 (50.78% from 255) = 43.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.57%
G=43.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168129000.2310.3446.0710032.94
HexA881001764222e6421
Octal2502010027144425614441
Binary1010100010000001001011111001001000101011101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88100; }

 p { color: rgb(168,129,0); }

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

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

 a { background-color: rgb(168,129,0); }

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

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

 span { border-color: rgb(168,129,0); }

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