Html Css Color HEX #A57F0D Dark Goldenrod

📋 copy color: '#A57F0D'

red 165 ◦ green 127 ◦ blue 13

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

Shades of Dark Goldenrod #A57F0D

Tints of Dark Goldenrod #A57F0D

RGB

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

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

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

R = 54.1%
G = 41.64%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A57F0D (or 0xA57F0D) is known color: Dark Goldenrod. HEX triplet: A5, 7F and 0D. RGB value is (165,127,13). Sum of RGB (Red+Green+Blue) = 165+127+13=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57F0D is #5A80F2. Grayscale: #7D7D7D. Windows color (decimal): -5931251 or 884645. OLE color: 884645.

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

Color convert

RGB 165 127 13 -
CMYK 0 0.23 0.92 0.35
HSL 45º 0.85% 0.35% -
HSV(B) 45º 0.92% 0.65% -
XYZ 23.18 23.21 3.64 -
YUV 125.37 64.59 156.27 -
System Red Green Blue C M Y K H S L
Decimal 165 127 13 0 0.23 0.92 0.35 45 0.85 0.35
Hex A5 7F D 0 17 5C 23 2D 55 23
Octal 245 177 15 0 27 134 43 55 125 43
Binary 10100101 1111111 1101 0 10111 1011100 100011 101101 1010101 100011

Color Harmonies of #A57F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57F0D

Black with #A57F0D

Text Example


Text Example

White with #A57F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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