Html Css Color HEX #A58601 Dark Goldenrod

📋 copy color: '#A58601'

red 165 ◦ green 134 ◦ blue 1

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

Shades of Dark Goldenrod #A58601

Tints of Dark Goldenrod #A58601

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.67%

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

R = 55%
G = 44.67%
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

#A58601 (or 0xA58601) is known color: Dark Goldenrod. HEX triplet: A5, 86 and 01. RGB value is (165,134,1). Sum of RGB (Red+Green+Blue) = 165+134+1=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A58601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58601 is #5A79FE. Grayscale: #808080. Windows color (decimal): -5929471 or 100005. OLE color: 100005.

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

Color convert

RGB 165 134 1 -
CMYK 0 0.19 0.99 0.35
HSL 48.66º 0.99% 0.33% -
HSV(B) 48.66º 0.99% 0.65% -
XYZ 24.05 25.05 3.6 -
YUV 128.11 56.27 154.31 -
System Red Green Blue C M Y K H S L
Decimal 165 134 1 0 0.19 0.99 0.35 48.66 0.99 0.33
Hex A5 86 1 0 13 63 23 31 63 21
Octal 245 206 1 0 23 143 43 61 143 41
Binary 10100101 10000110 1 0 10011 1100011 100011 110001 1100011 100001

Color Harmonies of #A58601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58601

Black with #A58601

Text Example


Text Example

White with #A58601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58601; }

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

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

background-color css

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

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

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

border-color css

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

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

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