Html Css Color HEX #A58204 Dark Goldenrod

📋 copy color: '#A58204'

red 165 ◦ green 130 ◦ blue 4

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

Shades of Dark Goldenrod #A58204

Tints of Dark Goldenrod #A58204

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.48%

 BLUE value IS 4 (1.95% from 255) = 1.34%

R = 55.18%
G = 43.48%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A58204 (or 0xA58204) is known color: Dark Goldenrod. HEX triplet: A5, 82 and 04. RGB value is (165,130,4). Sum of RGB (Red+Green+Blue) = 165+130+4=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A58204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58204 is #5A7DFB. Grayscale: #7E7E7E. Windows color (decimal): -5930492 or 295589. OLE color: 295589.

HSL color Cylindrical-coordinate representation of color #A58204: hue angle of 46.96º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A58204 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 130 4 -
CMYK 0 0.21 0.98 0.35
HSL 46.96º 0.95% 0.33% -
HSV(B) 46.96º 0.98% 0.65% -
XYZ 23.52 23.97 3.5 -
YUV 126.1 59.1 155.75 -
System Red Green Blue C M Y K H S L
Decimal 165 130 4 0 0.21 0.98 0.35 46.96 0.95 0.33
Hex A5 82 4 0 15 62 23 2F 5F 21
Octal 245 202 4 0 25 142 43 57 137 41
Binary 10100101 10000010 100 0 10101 1100010 100011 101111 1011111 100001

Color Harmonies of #A58204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58204

Black with #A58204

Text Example


Text Example

White with #A58204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58204; }

 p { color: rgb(165,130,4); }

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

background-color css

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

 a { background-color: rgb(165,130,4); }

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

border-color css

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

 span { border-color: rgb(165,130,4); }

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