Html Css Color HEX #A58A00 Dark Goldenrod

📋 copy color: '#A58A00'

red 165 ◦ green 138 ◦ blue 0

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

Shades of Dark Goldenrod #A58A00

Tints of Dark Goldenrod #A58A00

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.54%

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

R = 54.46%
G = 45.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A58A00 (or 0xA58A00) is known color: Dark Goldenrod. HEX triplet: A5, 8A and 00. RGB value is (165,138,0). Sum of RGB (Red+Green+Blue) = 165+138+0=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58A00 is #5A75FF. Grayscale: #828282. Windows color (decimal): -5928448 or 35493. OLE color: 35493.

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

Color convert

RGB 165 138 0 -
CMYK 0 0.16 1 0.35
HSL 50.18º 1% 0.32% -
HSV(B) 50.18º 1% 0.65% -
XYZ 24.61 26.18 3.76 -
YUV 130.34 54.45 152.72 -
System Red Green Blue C M Y K H S L
Decimal 165 138 0 0 0.16 1 0.35 50.18 1 0.32
Hex A5 8A 0 0 10 64 23 32 64 20
Octal 245 212 0 0 20 144 43 62 144 40
Binary 10100101 10001010 0 0 10000 1100100 100011 110010 1100100 100000

Color Harmonies of #A58A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58A00

Black with #A58A00

Text Example


Text Example

White with #A58A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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