Html Css Color HEX #A57400 Dark Goldenrod

📋 copy color: '#A57400'

red 165 ◦ green 116 ◦ blue 0

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

Shades of Dark Goldenrod #A57400

Tints of Dark Goldenrod #A57400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.72%
G = 41.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A57400 (or 0xA57400) is known color: Dark Goldenrod. HEX triplet: A5, 74 and 00. RGB value is (165,116,0). Sum of RGB (Red+Green+Blue) = 165+116+0=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A57400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57400 is #5A8BFF. Grayscale: #757575. Windows color (decimal): -5934080 or 29861. OLE color: 29861.

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

Color convert

RGB 165 116 0 -
CMYK 0 0.30 1 0.35
HSL 42.18º 1% 0.32% -
HSV(B) 42.18º 1% 0.65% -
XYZ 21.76 20.49 2.81 -
YUV 117.43 61.73 161.93 -
System Red Green Blue C M Y K H S L
Decimal 165 116 0 0 0.30 1 0.35 42.18 1 0.32
Hex A5 74 0 0 1E 64 23 2A 64 20
Octal 245 164 0 0 36 144 43 52 144 40
Binary 10100101 1110100 0 0 11110 1100100 100011 101010 1100100 100000

Color Harmonies of #A57400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57400

Black with #A57400

Text Example


Text Example

White with #A57400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57400; }

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

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

background-color css

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

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

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

border-color css

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

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

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