Html Css Color HEX #A57D0E Dark Goldenrod

📋 copy color: '#A57D0E'

red 165 ◦ green 125 ◦ blue 14

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

Shades of Dark Goldenrod #A57D0E

Tints of Dark Goldenrod #A57D0E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.12%

 BLUE value IS 14 (5.86% from 255) = 4.61%

R = 54.28%
G = 41.12%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A57D0E (or 0xA57D0E) is known color: Dark Goldenrod. HEX triplet: A5, 7D and 0E. RGB value is (165,125,14). Sum of RGB (Red+Green+Blue) = 165+125+14=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57D0E is #5A82F1. Grayscale: #7C7C7C. Windows color (decimal): -5931762 or 949669. OLE color: 949669.

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

Color convert

RGB 165 125 14 -
CMYK 0 0.24 0.92 0.35
HSL 44.11º 0.84% 0.35% -
HSV(B) 44.11º 0.92% 0.65% -
XYZ 22.93 22.7 3.59 -
YUV 124.31 65.75 157.03 -
System Red Green Blue C M Y K H S L
Decimal 165 125 14 0 0.24 0.92 0.35 44.11 0.84 0.35
Hex A5 7D E 0 18 5C 23 2C 54 23
Octal 245 175 16 0 30 134 43 54 124 43
Binary 10100101 1111101 1110 0 11000 1011100 100011 101100 1010100 100011

Color Harmonies of #A57D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57D0E

Black with #A57D0E

Text Example


Text Example

White with #A57D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57D0E; }

 p { color: rgb(165,125,14); }

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

background-color css

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

 a { background-color: rgb(165,125,14); }

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

border-color css

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

 span { border-color: rgb(165,125,14); }

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