Html Css Color HEX #A57C0D Dark Goldenrod

📋 copy color: '#A57C0D'

red 165 ◦ green 124 ◦ blue 13

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

Shades of Dark Goldenrod #A57C0D

Tints of Dark Goldenrod #A57C0D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.06%

 BLUE value IS 13 (5.47% from 255) = 4.3%

R = 54.64%
G = 41.06%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A57C0D (or 0xA57C0D) is known color: Dark Goldenrod. HEX triplet: A5, 7C and 0D. RGB value is (165,124,13). Sum of RGB (Red+Green+Blue) = 165+124+13=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57C0D is #5A83F2. Grayscale: #7C7C7C. Windows color (decimal): -5932019 or 883877. OLE color: 883877.

HSL color Cylindrical-coordinate representation of color #A57C0D: hue angle of 43.82º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A57C0D is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 124 13 -
CMYK 0 0.25 0.92 0.35
HSL 43.82º 0.85% 0.35% -
HSV(B) 43.82º 0.92% 0.65% -
XYZ 22.8 22.44 3.51 -
YUV 123.61 65.58 157.53 -
System Red Green Blue C M Y K H S L
Decimal 165 124 13 0 0.25 0.92 0.35 43.82 0.85 0.35
Hex A5 7C D 0 19 5C 23 2C 55 23
Octal 245 174 15 0 31 134 43 54 125 43
Binary 10100101 1111100 1101 0 11001 1011100 100011 101100 1010101 100011

Color Harmonies of #A57C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57C0D

Black with #A57C0D

Text Example


Text Example

White with #A57C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57C0D; }

 p { color: rgb(165,124,13); }

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

background-color css

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

 a { background-color: rgb(165,124,13); }

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

border-color css

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

 span { border-color: rgb(165,124,13); }

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