Html Css Color HEX #A39000 Dark Goldenrod

📋 copy color: '#A39000'

red 163 ◦ green 144 ◦ blue 0

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

Shades of Dark Goldenrod #A39000

Tints of Dark Goldenrod #A39000

RGB

 RED value IS 163 (64.06% from 255) = 53.09%

 GREEN value IS 144 (56.64% from 255) = 46.91%

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

R = 53.09%
G = 46.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A39000 (or 0xA39000) is known color: Dark Goldenrod. HEX triplet: A3, 90 and 00. RGB value is (163,144,0). Sum of RGB (Red+Green+Blue) = 163+144+0=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A39000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39000 is #5C6FFF. Grayscale: #858585. Windows color (decimal): -6057984 or 37027. OLE color: 37027.

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

Color convert

RGB 163 144 0 -
CMYK 0 0.12 1 0.36
HSL 53.01º 1% 0.32% -
HSV(B) 53.01º 1% 0.64% -
XYZ 25.08 27.73 4.03 -
YUV 133.27 52.79 149.21 -
System Red Green Blue C M Y K H S L
Decimal 163 144 0 0 0.12 1 0.36 53.01 1 0.32
Hex A3 90 0 0 C 64 24 35 64 20
Octal 243 220 0 0 14 144 44 65 144 40
Binary 10100011 10010000 0 0 1100 1100100 100100 110101 1100100 100000

Color Harmonies of #A39000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39000

Black with #A39000

Text Example


Text Example

White with #A39000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39000; }

 p { color: rgb(163,144,0); }

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

background-color css

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

 a { background-color: rgb(163,144,0); }

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

border-color css

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

 span { border-color: rgb(163,144,0); }

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