Html Css Color HEX #A37600 Dark Goldenrod

📋 copy color: '#A37600'

red 163 ◦ green 118 ◦ blue 0

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

Shades of Dark Goldenrod #A37600

Tints of Dark Goldenrod #A37600

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.99%

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

R = 58.01%
G = 41.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A37600 (or 0xA37600) is known color: Dark Goldenrod. HEX triplet: A3, 76 and 00. RGB value is (163,118,0). Sum of RGB (Red+Green+Blue) = 163+118+0=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A37600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37600 is #5C89FF. Grayscale: #767676. Windows color (decimal): -6064640 or 30371. OLE color: 30371.

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

Color convert

RGB 163 118 0 -
CMYK 0 0.28 1 0.36
HSL 43.44º 1% 0.32% -
HSV(B) 43.44º 1% 0.64% -
XYZ 21.58 20.74 2.87 -
YUV 118 61.41 160.09 -
System Red Green Blue C M Y K H S L
Decimal 163 118 0 0 0.28 1 0.36 43.44 1 0.32
Hex A3 76 0 0 1C 64 24 2B 64 20
Octal 243 166 0 0 34 144 44 53 144 40
Binary 10100011 1110110 0 0 11100 1100100 100100 101011 1100100 100000

Color Harmonies of #A37600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37600

Black with #A37600

Text Example


Text Example

White with #A37600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37600; }

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

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

background-color css

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

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

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

border-color css

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

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

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