Html Css Color HEX #A57C0C Dark Goldenrod

📋 copy color: '#A57C0C'

red 165 ◦ green 124 ◦ blue 12

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

Shades of Dark Goldenrod #A57C0C

Tints of Dark Goldenrod #A57C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.99%

R = 54.82%
G = 41.2%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A57C0C (or 0xA57C0C) is known color: Dark Goldenrod. HEX triplet: A5, 7C and 0C. RGB value is (165,124,12). Sum of RGB (Red+Green+Blue) = 165+124+12=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57C0C is #5A83F3. Grayscale: #7B7B7B. Windows color (decimal): -5932020 or 818341. OLE color: 818341.

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

Color convert

RGB 165 124 12 -
CMYK 0 0.25 0.93 0.35
HSL 43.92º 0.86% 0.35% -
HSV(B) 43.92º 0.93% 0.65% -
XYZ 22.79 22.44 3.48 -
YUV 123.49 65.08 157.61 -
System Red Green Blue C M Y K H S L
Decimal 165 124 12 0 0.25 0.93 0.35 43.92 0.86 0.35
Hex A5 7C C 0 19 5D 23 2C 56 23
Octal 245 174 14 0 31 135 43 54 126 43
Binary 10100101 1111100 1100 0 11001 1011101 100011 101100 1010110 100011

Color Harmonies of #A57C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57C0C

Black with #A57C0C

Text Example


Text Example

White with #A57C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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