Html Css Color HEX #A57500 Dark Goldenrod

📋 copy color: '#A57500'

red 165 ◦ green 117 ◦ blue 0

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

Shades of Dark Goldenrod #A57500

Tints of Dark Goldenrod #A57500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.49%

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

R = 58.51%
G = 41.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A57500 (or 0xA57500) is known color: Dark Goldenrod. HEX triplet: A5, 75 and 00. RGB value is (165,117,0). Sum of RGB (Red+Green+Blue) = 165+117+0=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A57500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57500 is #5A8AFF. Grayscale: #767676. Windows color (decimal): -5933824 or 30117. OLE color: 30117.

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

Color convert

RGB 165 117 0 -
CMYK 0 0.29 1 0.35
HSL 42.55º 1% 0.32% -
HSV(B) 42.55º 1% 0.65% -
XYZ 21.88 20.72 2.85 -
YUV 118.01 61.4 161.51 -
System Red Green Blue C M Y K H S L
Decimal 165 117 0 0 0.29 1 0.35 42.55 1 0.32
Hex A5 75 0 0 1D 64 23 2B 64 20
Octal 245 165 0 0 35 144 43 53 144 40
Binary 10100101 1110101 0 0 11101 1100100 100011 101011 1100100 100000

Color Harmonies of #A57500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57500

Black with #A57500

Text Example


Text Example

White with #A57500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57500; }

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

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

background-color css

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

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

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

border-color css

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

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

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