Html Css Color HEX #A57D04 Dark Goldenrod

📋 copy color: '#A57D04'

red 165 ◦ green 125 ◦ blue 4

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

Shades of Dark Goldenrod #A57D04

Tints of Dark Goldenrod #A57D04

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.52%

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

R = 56.12%
G = 42.52%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A57D04 (or 0xA57D04) is known color: Dark Goldenrod. HEX triplet: A5, 7D and 04. RGB value is (165,125,4). Sum of RGB (Red+Green+Blue) = 165+125+4=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 125 (49.22% from 255 or 42.52% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57D04 is #5A82FB. Grayscale: #7B7B7B. Windows color (decimal): -5931772 or 294309. OLE color: 294309.

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

Color convert

RGB 165 125 4 -
CMYK 0 0.24 0.98 0.35
HSL 45.09º 0.95% 0.33% -
HSV(B) 45.09º 0.98% 0.65% -
XYZ 22.87 22.68 3.29 -
YUV 123.17 60.75 157.84 -
System Red Green Blue C M Y K H S L
Decimal 165 125 4 0 0.24 0.98 0.35 45.09 0.95 0.33
Hex A5 7D 4 0 18 62 23 2D 5F 21
Octal 245 175 4 0 30 142 43 55 137 41
Binary 10100101 1111101 100 0 11000 1100010 100011 101101 1011111 100001

Color Harmonies of #A57D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57D04

Black with #A57D04

Text Example


Text Example

White with #A57D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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