Html Css Color HEX #A57F03 Dark Goldenrod

📋 copy color: '#A57F03'

red 165 ◦ green 127 ◦ blue 3

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

Shades of Dark Goldenrod #A57F03

Tints of Dark Goldenrod #A57F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.02%

R = 55.93%
G = 43.05%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A57F03 (or 0xA57F03) is known color: Dark Goldenrod. HEX triplet: A5, 7F and 03. RGB value is (165,127,3). Sum of RGB (Red+Green+Blue) = 165+127+3=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57F03 is #5A80FC. Grayscale: #7C7C7C. Windows color (decimal): -5931261 or 229285. OLE color: 229285.

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

Color convert

RGB 165 127 3 -
CMYK 0 0.23 0.98 0.35
HSL 45.93º 0.96% 0.33% -
HSV(B) 45.93º 0.98% 0.65% -
XYZ 23.12 23.18 3.34 -
YUV 124.23 59.59 157.08 -
System Red Green Blue C M Y K H S L
Decimal 165 127 3 0 0.23 0.98 0.35 45.93 0.96 0.33
Hex A5 7F 3 0 17 62 23 2E 60 21
Octal 245 177 3 0 27 142 43 56 140 41
Binary 10100101 1111111 11 0 10111 1100010 100011 101110 1100000 100001

Color Harmonies of #A57F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57F03

Black with #A57F03

Text Example


Text Example

White with #A57F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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