Html Css Color HEX #A37900 Dark Goldenrod

📋 copy color: '#A37900'

red 163 ◦ green 121 ◦ blue 0

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

Shades of Dark Goldenrod #A37900

Tints of Dark Goldenrod #A37900

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.61%

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

R = 57.39%
G = 42.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A37900 (or 0xA37900) is known color: Dark Goldenrod. HEX triplet: A3, 79 and 00. RGB value is (163,121,0). Sum of RGB (Red+Green+Blue) = 163+121+0=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 121 (47.66% from 255 or 42.61% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A37900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37900 is #5C86FF. Grayscale: #787878. Windows color (decimal): -6063872 or 31139. OLE color: 31139.

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

Color convert

RGB 163 121 0 -
CMYK 0 0.26 1 0.36
HSL 44.54º 1% 0.32% -
HSV(B) 44.54º 1% 0.64% -
XYZ 21.94 21.46 2.99 -
YUV 119.76 60.41 158.84 -
System Red Green Blue C M Y K H S L
Decimal 163 121 0 0 0.26 1 0.36 44.54 1 0.32
Hex A3 79 0 0 1A 64 24 2D 64 20
Octal 243 171 0 0 32 144 44 55 144 40
Binary 10100011 1111001 0 0 11010 1100100 100100 101101 1100100 100000

Color Harmonies of #A37900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37900

Black with #A37900

Text Example


Text Example

White with #A37900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37900; }

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

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

background-color css

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

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

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

border-color css

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

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

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