Html Css Color HEX #A58400 Dark Goldenrod

📋 copy color: '#A58400'

red 165 ◦ green 132 ◦ blue 0

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

Shades of Dark Goldenrod #A58400

Tints of Dark Goldenrod #A58400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.56%
G = 44.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A58400 (or 0xA58400) is known color: Dark Goldenrod. HEX triplet: A5, 84 and 00. RGB value is (165,132,0). Sum of RGB (Red+Green+Blue) = 165+132+0=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A58400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58400 is #5A7BFF. Grayscale: #7F7F7F. Windows color (decimal): -5929984 or 33957. OLE color: 33957.

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

Color convert

RGB 165 132 0 -
CMYK 0 0.20 1 0.35
HSL 48º 1% 0.32% -
HSV(B) 48º 1% 0.65% -
XYZ 23.77 24.5 3.48 -
YUV 126.82 56.43 155.23 -
System Red Green Blue C M Y K H S L
Decimal 165 132 0 0 0.20 1 0.35 48 1 0.32
Hex A5 84 0 0 14 64 23 30 64 20
Octal 245 204 0 0 24 144 43 60 144 40
Binary 10100101 10000100 0 0 10100 1100100 100011 110000 1100100 100000

Color Harmonies of #A58400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58400

Black with #A58400

Text Example


Text Example

White with #A58400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58400; }

 p { color: rgb(165,132,0); }

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

background-color css

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

 a { background-color: rgb(165,132,0); }

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

border-color css

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

 span { border-color: rgb(165,132,0); }

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