Html Css Color HEX #A57800 Dark Goldenrod

📋 copy color: '#A57800'

red 165 ◦ green 120 ◦ blue 0

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

Shades of Dark Goldenrod #A57800

Tints of Dark Goldenrod #A57800

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.11%

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

R = 57.89%
G = 42.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A57800 (or 0xA57800) is known color: Dark Goldenrod. HEX triplet: A5, 78 and 00. RGB value is (165,120,0). Sum of RGB (Red+Green+Blue) = 165+120+0=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A57800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57800 is #5A87FF. Grayscale: #787878. Windows color (decimal): -5933056 or 30885. OLE color: 30885.

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

Color convert

RGB 165 120 0 -
CMYK 0 0.27 1 0.35
HSL 43.64º 1% 0.32% -
HSV(B) 43.64º 1% 0.65% -
XYZ 22.23 21.43 2.97 -
YUV 119.78 60.41 160.26 -
System Red Green Blue C M Y K H S L
Decimal 165 120 0 0 0.27 1 0.35 43.64 1 0.32
Hex A5 78 0 0 1B 64 23 2C 64 20
Octal 245 170 0 0 33 144 43 54 144 40
Binary 10100101 1111000 0 0 11011 1100100 100011 101100 1100100 100000

Color Harmonies of #A57800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57800

Black with #A57800

Text Example


Text Example

White with #A57800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57800; }

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

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

background-color css

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

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

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

border-color css

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

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

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