Html Css Color HEX #A58501 Dark Goldenrod

📋 copy color: '#A58501'

red 165 ◦ green 133 ◦ blue 1

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

Shades of Dark Goldenrod #A58501

Tints of Dark Goldenrod #A58501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 55.18%
G = 44.48%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A58501 (or 0xA58501) is known color: Dark Goldenrod. HEX triplet: A5, 85 and 01. RGB value is (165,133,1). Sum of RGB (Red+Green+Blue) = 165+133+1=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A58501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58501 is #5A7AFE. Grayscale: #808080. Windows color (decimal): -5929727 or 99749. OLE color: 99749.

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

Color convert

RGB 165 133 1 -
CMYK 0 0.19 0.99 0.35
HSL 48.29º 0.99% 0.33% -
HSV(B) 48.29º 0.99% 0.65% -
XYZ 23.91 24.78 3.55 -
YUV 127.52 56.6 154.73 -
System Red Green Blue C M Y K H S L
Decimal 165 133 1 0 0.19 0.99 0.35 48.29 0.99 0.33
Hex A5 85 1 0 13 63 23 30 63 21
Octal 245 205 1 0 23 143 43 60 143 41
Binary 10100101 10000101 1 0 10011 1100011 100011 110000 1100011 100001

Color Harmonies of #A58501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58501

Black with #A58501

Text Example


Text Example

White with #A58501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58501; }

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

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

background-color css

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

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

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

border-color css

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

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

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