Html Css Color HEX #A57F04 Dark Goldenrod

📋 copy color: '#A57F04'

red 165 ◦ green 127 ◦ blue 4

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

Shades of Dark Goldenrod #A57F04

Tints of Dark Goldenrod #A57F04

RGB

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

 GREEN value IS 127 (50% from 255) = 42.91%

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

R = 55.74%
G = 42.91%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A57F04 (or 0xA57F04) is known color: Dark Goldenrod. HEX triplet: A5, 7F and 04. RGB value is (165,127,4). Sum of RGB (Red+Green+Blue) = 165+127+4=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 4 (1.95% from 255 or 1.35% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57F04 is #5A80FB. Grayscale: #7C7C7C. Windows color (decimal): -5931260 or 294821. OLE color: 294821.

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

Color convert

RGB 165 127 4 -
CMYK 0 0.23 0.98 0.35
HSL 45.84º 0.95% 0.33% -
HSV(B) 45.84º 0.98% 0.65% -
XYZ 23.13 23.19 3.37 -
YUV 124.34 60.09 157 -
System Red Green Blue C M Y K H S L
Decimal 165 127 4 0 0.23 0.98 0.35 45.84 0.95 0.33
Hex A5 7F 4 0 17 62 23 2E 5F 21
Octal 245 177 4 0 27 142 43 56 137 41
Binary 10100101 1111111 100 0 10111 1100010 100011 101110 1011111 100001

Color Harmonies of #A57F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57F04

Black with #A57F04

Text Example


Text Example

White with #A57F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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