Html Css Color HEX #A58505 Dark Goldenrod

📋 copy color: '#A58505'

red 165 ◦ green 133 ◦ blue 5

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

Shades of Dark Goldenrod #A58505

Tints of Dark Goldenrod #A58505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.65%

R = 54.46%
G = 43.89%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A58505 (or 0xA58505) is known color: Dark Goldenrod. HEX triplet: A5, 85 and 05. RGB value is (165,133,5). Sum of RGB (Red+Green+Blue) = 165+133+5=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A58505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58505 is #5A7AFA. Grayscale: #808080. Windows color (decimal): -5929723 or 361893. OLE color: 361893.

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

Color convert

RGB 165 133 5 -
CMYK 0 0.19 0.97 0.35
HSL 48º 0.94% 0.33% -
HSV(B) 48º 0.97% 0.65% -
XYZ 23.93 24.79 3.67 -
YUV 127.98 58.6 154.41 -
System Red Green Blue C M Y K H S L
Decimal 165 133 5 0 0.19 0.97 0.35 48 0.94 0.33
Hex A5 85 5 0 13 61 23 30 5E 21
Octal 245 205 5 0 23 141 43 60 136 41
Binary 10100101 10000101 101 0 10011 1100001 100011 110000 1011110 100001

Color Harmonies of #A58505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58505

Black with #A58505

Text Example


Text Example

White with #A58505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58505; }

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

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

background-color css

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

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

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

border-color css

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

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

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