Html Css Color HEX #A59100 Dark Goldenrod

📋 copy color: '#A59100'

red 165 ◦ green 145 ◦ blue 0

#A59100
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #A59100

Tints of Dark Goldenrod #A59100

RGB

 RED value IS 165 (64.84% from 255) = 53.23%

 GREEN value IS 145 (57.03% from 255) = 46.77%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.23%
G = 46.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A59100 (or 0xA59100) is known color: Dark Goldenrod. HEX triplet: A5, 91 and 00. RGB value is (165,145,0). Sum of RGB (Red+Green+Blue) = 165+145+0=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A59100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59100 is #5A6EFF. Grayscale: #878787. Windows color (decimal): -5926656 or 37285. OLE color: 37285.

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

Color convert

RGB 165 145 0 -
CMYK 0 0.12 1 0.35
HSL 52.73º 1% 0.32% -
HSV(B) 52.73º 1% 0.65% -
XYZ 25.64 28.25 4.1 -
YUV 134.45 52.13 149.79 -
System Red Green Blue C M Y K H S L
Decimal 165 145 0 0 0.12 1 0.35 52.73 1 0.32
Hex A5 91 0 0 C 64 23 35 64 20
Octal 245 221 0 0 14 144 43 65 144 40
Binary 10100101 10010001 0 0 1100 1100100 100011 110101 1100100 100000

Color Harmonies of #A59100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59100

Black with #A59100

Text Example


Text Example

White with #A59100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59100; }

 p { color: rgb(165,145,0); }

 H1.HeaderClassName
 {
   color: #A59100;
 }
 .AnyTagClassName
 {
   color: #A59100;
 }
</style>

background-color css

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

 a { background-color: rgb(165,145,0); }

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

border-color css

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

 span { border-color: rgb(165,145,0); }

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