#A07B00

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

Shades of Dark Goldenrod #A07B00

Tints of Dark Goldenrod #A07B00

Color information

#A07B00 (or 0xA07B00) is unknown color: approx Dark Goldenrod. HEX triplet: A0, 7B and 00. RGB value is (160,123,0). Sum of RGB (Red+Green+Blue) = 160+123+0=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07B00 is #5F84FF. Grayscale: #787878. Windows color (decimal): -6259968 or 31648. OLE color: 31648.

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

Color convert

RGB1601230-
CMYK00.2310.37
HSL46.12º100%31.37%-
HSV(B)46.12º100%62.75%-
XYZ21.5821.643.04-
YUV120.0460.26156.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.54%
GREEN value IS 123 (48.44% from 255) = 43.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.54%
G=43.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160123000.2310.3746.1210031.37
HexA07B001764252e641f
Octal2401730027144455614437
Binary10100000111101100101111100100100101101110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07B00; }

 p { color: rgb(160,123,0); }

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

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

 a { background-color: rgb(160,123,0); }

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

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

 span { border-color: rgb(160,123,0); }

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