Html Css Color HEX #A57401 Dark Goldenrod

📋 copy color: '#A57401'

red 165 ◦ green 116 ◦ blue 1

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

Shades of Dark Goldenrod #A57401

Tints of Dark Goldenrod #A57401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.13%

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

R = 58.51%
G = 41.13%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A57401 (or 0xA57401) is known color: Dark Goldenrod. HEX triplet: A5, 74 and 01. RGB value is (165,116,1). Sum of RGB (Red+Green+Blue) = 165+116+1=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A57401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57401 is #5A8BFE. Grayscale: #767676. Windows color (decimal): -5934079 or 95397. OLE color: 95397.

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

Color convert

RGB 165 116 1 -
CMYK 0 0.30 0.99 0.35
HSL 42.07º 0.99% 0.33% -
HSV(B) 42.07º 0.99% 0.65% -
XYZ 21.77 20.49 2.84 -
YUV 117.54 62.23 161.85 -
System Red Green Blue C M Y K H S L
Decimal 165 116 1 0 0.30 0.99 0.35 42.07 0.99 0.33
Hex A5 74 1 0 1E 63 23 2A 63 21
Octal 245 164 1 0 36 143 43 52 143 41
Binary 10100101 1110100 1 0 11110 1100011 100011 101010 1100011 100001

Color Harmonies of #A57401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57401

Black with #A57401

Text Example


Text Example

White with #A57401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57401; }

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

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

background-color css

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

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

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

border-color css

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

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

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