Html Css Color HEX #A57704 Dark Goldenrod

📋 copy color: '#A57704'

red 165 ◦ green 119 ◦ blue 4

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

Shades of Dark Goldenrod #A57704

Tints of Dark Goldenrod #A57704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.39%

R = 57.29%
G = 41.32%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A57704 (or 0xA57704) is known color: Dark Goldenrod. HEX triplet: A5, 77 and 04. RGB value is (165,119,4). Sum of RGB (Red+Green+Blue) = 165+119+4=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A57704 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57704 is #5A88FB. Grayscale: #787878. Windows color (decimal): -5933308 or 292773. OLE color: 292773.

HSL color Cylindrical-coordinate representation of color #A57704: hue angle of 42.86º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A57704 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 119 4 -
CMYK 0 0.28 0.98 0.35
HSL 42.86º 0.95% 0.33% -
HSV(B) 42.86º 0.98% 0.65% -
XYZ 22.14 21.2 3.04 -
YUV 119.64 62.74 160.35 -
System Red Green Blue C M Y K H S L
Decimal 165 119 4 0 0.28 0.98 0.35 42.86 0.95 0.33
Hex A5 77 4 0 1C 62 23 2B 5F 21
Octal 245 167 4 0 34 142 43 53 137 41
Binary 10100101 1110111 100 0 11100 1100010 100011 101011 1011111 100001

Color Harmonies of #A57704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57704

Black with #A57704

Text Example


Text Example

White with #A57704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57704; }

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

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

background-color css

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

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

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

border-color css

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

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

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