Html Css Color HEX #A58504 Dark Goldenrod

📋 copy color: '#A58504'

red 165 ◦ green 133 ◦ blue 4

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

Shades of Dark Goldenrod #A58504

Tints of Dark Goldenrod #A58504

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.04%

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

R = 54.64%
G = 44.04%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A58504 (or 0xA58504) is known color: Dark Goldenrod. HEX triplet: A5, 85 and 04. RGB value is (165,133,4). Sum of RGB (Red+Green+Blue) = 165+133+4=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A58504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58504 is #5A7AFB. Grayscale: #808080. Windows color (decimal): -5929724 or 296357. OLE color: 296357.

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

Color convert

RGB 165 133 4 -
CMYK 0 0.19 0.98 0.35
HSL 48.07º 0.95% 0.33% -
HSV(B) 48.07º 0.98% 0.65% -
XYZ 23.93 24.78 3.64 -
YUV 127.86 58.1 154.49 -
System Red Green Blue C M Y K H S L
Decimal 165 133 4 0 0.19 0.98 0.35 48.07 0.95 0.33
Hex A5 85 4 0 13 62 23 30 5F 21
Octal 245 205 4 0 23 142 43 60 137 41
Binary 10100101 10000101 100 0 10011 1100010 100011 110000 1011111 100001

Color Harmonies of #A58504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58504

Black with #A58504

Text Example


Text Example

White with #A58504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58504; }

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

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

background-color css

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

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

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

border-color css

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

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

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