Html Css Color HEX #A58304 Dark Goldenrod

📋 copy color: '#A58304'

red 165 ◦ green 131 ◦ blue 4

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

Shades of Dark Goldenrod #A58304

Tints of Dark Goldenrod #A58304

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.67%

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

R = 55%
G = 43.67%
B = 1.33%

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

#A58304 (or 0xA58304) is known color: Dark Goldenrod. HEX triplet: A5, 83 and 04. RGB value is (165,131,4). Sum of RGB (Red+Green+Blue) = 165+131+4=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A58304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58304 is #5A7CFB. Grayscale: #7F7F7F. Windows color (decimal): -5930236 or 295845. OLE color: 295845.

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

Color convert

RGB 165 131 4 -
CMYK 0 0.21 0.98 0.35
HSL 47.33º 0.95% 0.33% -
HSV(B) 47.33º 0.98% 0.65% -
XYZ 23.66 24.24 3.55 -
YUV 126.69 58.76 155.33 -
System Red Green Blue C M Y K H S L
Decimal 165 131 4 0 0.21 0.98 0.35 47.33 0.95 0.33
Hex A5 83 4 0 15 62 23 2F 5F 21
Octal 245 203 4 0 25 142 43 57 137 41
Binary 10100101 10000011 100 0 10101 1100010 100011 101111 1011111 100001

Color Harmonies of #A58304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58304

Black with #A58304

Text Example


Text Example

White with #A58304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58304; }

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

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

background-color css

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

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

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

border-color css

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

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

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