Html Css Color HEX #A57F09 Dark Goldenrod

📋 copy color: '#A57F09'

red 165 ◦ green 127 ◦ blue 9

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

Shades of Dark Goldenrod #A57F09

Tints of Dark Goldenrod #A57F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.99%

R = 54.82%
G = 42.19%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A57F09 (or 0xA57F09) is known color: Dark Goldenrod. HEX triplet: A5, 7F and 09. RGB value is (165,127,9). Sum of RGB (Red+Green+Blue) = 165+127+9=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 9 (3.91% from 255 or 2.99% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57F09 is #5A80F6. Grayscale: #7D7D7D. Windows color (decimal): -5931255 or 622501. OLE color: 622501.

HSL color Cylindrical-coordinate representation of color #A57F09: hue angle of 45.38º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A57F09 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 127 9 -
CMYK 0 0.23 0.95 0.35
HSL 45.38º 0.9% 0.34% -
HSV(B) 45.38º 0.95% 0.65% -
XYZ 23.16 23.2 3.52 -
YUV 124.91 62.59 156.59 -
System Red Green Blue C M Y K H S L
Decimal 165 127 9 0 0.23 0.95 0.35 45.38 0.9 0.34
Hex A5 7F 9 0 17 5F 23 2D 5A 22
Octal 245 177 11 0 27 137 43 55 132 42
Binary 10100101 1111111 1001 0 10111 1011111 100011 101101 1011010 100010

Color Harmonies of #A57F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57F09

Black with #A57F09

Text Example


Text Example

White with #A57F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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