Html Css Color HEX #A58004 Dark Goldenrod

📋 copy color: '#A58004'

red 165 ◦ green 128 ◦ blue 4

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

Shades of Dark Goldenrod #A58004

Tints of Dark Goldenrod #A58004

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.1%

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

R = 55.56%
G = 43.1%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A58004 (or 0xA58004) is known color: Dark Goldenrod. HEX triplet: A5, 80 and 04. RGB value is (165,128,4). Sum of RGB (Red+Green+Blue) = 165+128+4=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A58004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58004 is #5A7FFB. Grayscale: #7D7D7D. Windows color (decimal): -5931004 or 295077. OLE color: 295077.

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

Color convert

RGB 165 128 4 -
CMYK 0 0.22 0.98 0.35
HSL 46.21º 0.95% 0.33% -
HSV(B) 46.21º 0.98% 0.65% -
XYZ 23.26 23.45 3.41 -
YUV 124.93 59.76 156.58 -
System Red Green Blue C M Y K H S L
Decimal 165 128 4 0 0.22 0.98 0.35 46.21 0.95 0.33
Hex A5 80 4 0 16 62 23 2E 5F 21
Octal 245 200 4 0 26 142 43 56 137 41
Binary 10100101 10000000 100 0 10110 1100010 100011 101110 1011111 100001

Color Harmonies of #A58004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58004

Black with #A58004

Text Example


Text Example

White with #A58004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58004; }

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

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

background-color css

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

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

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

border-color css

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

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

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