#A27700

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

Shades of Dark Goldenrod #A27700

Tints of Dark Goldenrod #A27700

Color information

#A27700 (or 0xA27700) is unknown color: approx Dark Goldenrod. HEX triplet: A2, 77 and 00. RGB value is (162,119,0). Sum of RGB (Red+Green+Blue) = 162+119+0=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A27700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27700 is #5D88FF. Grayscale: #767676. Windows color (decimal): -6129920 or 30626. OLE color: 30626.

HSL color Cylindrical-coordinate representation of color #A27700: hue angle of 44.07º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A27700 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB1621190-
CMYK00.2710.36
HSL44.07º100%31.76%-
HSV(B)44.07º100%63.53%-
XYZ21.520.882.9-
YUV118.2961.25159.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.65%
GREEN value IS 119 (46.88% from 255) = 42.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.65%
G=42.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162119000.2710.3644.0710031.76
HexA277001B64242c6420
Octal2421670033144445414440
Binary101000101110111001101111001001001001011001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27700; }

 p { color: rgb(162,119,0); }

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

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

 a { background-color: rgb(162,119,0); }

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

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

 span { border-color: rgb(162,119,0); }

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