Html Css Color HEX #A57701 Dark Goldenrod

📋 copy color: '#A57701'

red 165 ◦ green 119 ◦ blue 1

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

Shades of Dark Goldenrod #A57701

Tints of Dark Goldenrod #A57701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.75%

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

R = 57.89%
G = 41.75%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A57701 (or 0xA57701) is known color: Dark Goldenrod. HEX triplet: A5, 77 and 01. RGB value is (165,119,1). Sum of RGB (Red+Green+Blue) = 165+119+1=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A57701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57701 is #5A88FE. Grayscale: #777777. Windows color (decimal): -5933311 or 96165. OLE color: 96165.

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

Color convert

RGB 165 119 1 -
CMYK 0 0.28 0.99 0.35
HSL 43.17º 0.99% 0.33% -
HSV(B) 43.17º 0.99% 0.65% -
XYZ 22.12 21.2 2.95 -
YUV 119.3 61.24 160.59 -
System Red Green Blue C M Y K H S L
Decimal 165 119 1 0 0.28 0.99 0.35 43.17 0.99 0.33
Hex A5 77 1 0 1C 63 23 2B 63 21
Octal 245 167 1 0 34 143 43 53 143 41
Binary 10100101 1110111 1 0 11100 1100011 100011 101011 1100011 100001

Color Harmonies of #A57701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57701

Black with #A57701

Text Example


Text Example

White with #A57701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57701; }

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

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

background-color css

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

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

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

border-color css

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

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

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