Html Css Color HEX #A58100 Dark Goldenrod

📋 copy color: '#A58100'

red 165 ◦ green 129 ◦ blue 0

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

Shades of Dark Goldenrod #A58100

Tints of Dark Goldenrod #A58100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.88%

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

R = 56.12%
G = 43.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A58100 (or 0xA58100) is known color: Dark Goldenrod. HEX triplet: A5, 81 and 00. RGB value is (165,129,0). Sum of RGB (Red+Green+Blue) = 165+129+0=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A58100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58100 is #5A7EFF. Grayscale: #7D7D7D. Windows color (decimal): -5930752 or 33189. OLE color: 33189.

HSL color Cylindrical-coordinate representation of color #A58100: hue angle of 46.91º 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 #A58100 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 129 0 -
CMYK 0 0.22 1 0.35
HSL 46.91º 1% 0.32% -
HSV(B) 46.91º 1% 0.65% -
XYZ 23.37 23.7 3.34 -
YUV 125.06 57.43 156.49 -
System Red Green Blue C M Y K H S L
Decimal 165 129 0 0 0.22 1 0.35 46.91 1 0.32
Hex A5 81 0 0 16 64 23 2F 64 20
Octal 245 201 0 0 26 144 43 57 144 40
Binary 10100101 10000001 0 0 10110 1100100 100011 101111 1100100 100000

Color Harmonies of #A58100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58100

Black with #A58100

Text Example


Text Example

White with #A58100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58100; }

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

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

background-color css

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

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

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

border-color css

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

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

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