Html Css Color HEX #A39100 Dark Goldenrod

📋 copy color: '#A39100'

red 163 ◦ green 145 ◦ blue 0

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

Shades of Dark Goldenrod #A39100

Tints of Dark Goldenrod #A39100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.08%

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

R = 52.92%
G = 47.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A39100 (or 0xA39100) is known color: Dark Goldenrod. HEX triplet: A3, 91 and 00. RGB value is (163,145,0). Sum of RGB (Red+Green+Blue) = 163+145+0=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A39100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39100 is #5C6EFF. Grayscale: #868686. Windows color (decimal): -6057728 or 37283. OLE color: 37283.

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

Color convert

RGB 163 145 0 -
CMYK 0 0.11 1 0.36
HSL 53.37º 1% 0.32% -
HSV(B) 53.37º 1% 0.64% -
XYZ 25.23 28.04 4.08 -
YUV 133.85 52.46 148.79 -
System Red Green Blue C M Y K H S L
Decimal 163 145 0 0 0.11 1 0.36 53.37 1 0.32
Hex A3 91 0 0 B 64 24 35 64 20
Octal 243 221 0 0 13 144 44 65 144 40
Binary 10100011 10010001 0 0 1011 1100100 100100 110101 1100100 100000

Color Harmonies of #A39100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39100

Black with #A39100

Text Example


Text Example

White with #A39100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39100; }

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

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

background-color css

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

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

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

border-color css

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

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

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