Html Css Color HEX #A58900 Dark Goldenrod

📋 copy color: '#A58900'

red 165 ◦ green 137 ◦ blue 0

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

Shades of Dark Goldenrod #A58900

Tints of Dark Goldenrod #A58900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.36%

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

R = 54.64%
G = 45.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A58900 (or 0xA58900) is known color: Dark Goldenrod. HEX triplet: A5, 89 and 00. RGB value is (165,137,0). Sum of RGB (Red+Green+Blue) = 165+137+0=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A58900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58900 is #5A76FF. Grayscale: #828282. Windows color (decimal): -5928704 or 35237. OLE color: 35237.

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

Color convert

RGB 165 137 0 -
CMYK 0 0.17 1 0.35
HSL 49.82º 1% 0.32% -
HSV(B) 49.82º 1% 0.65% -
XYZ 24.46 25.89 3.71 -
YUV 129.75 54.78 153.14 -
System Red Green Blue C M Y K H S L
Decimal 165 137 0 0 0.17 1 0.35 49.82 1 0.32
Hex A5 89 0 0 11 64 23 32 64 20
Octal 245 211 0 0 21 144 43 62 144 40
Binary 10100101 10001001 0 0 10001 1100100 100011 110010 1100100 100000

Color Harmonies of #A58900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58900

Black with #A58900

Text Example


Text Example

White with #A58900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58900; }

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

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

background-color css

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

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

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

border-color css

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

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

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