Html Css Color HEX #A37700 Dark Goldenrod

📋 copy color: '#A37700'

red 163 ◦ green 119 ◦ blue 0

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

Shades of Dark Goldenrod #A37700

Tints of Dark Goldenrod #A37700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.2%

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

R = 57.8%
G = 42.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A37700 (or 0xA37700) is known color: Dark Goldenrod. HEX triplet: A3, 77 and 00. RGB value is (163,119,0). Sum of RGB (Red+Green+Blue) = 163+119+0=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A37700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37700 is #5C88FF. Grayscale: #777777. Windows color (decimal): -6064384 or 30627. OLE color: 30627.

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

Color convert

RGB 163 119 0 -
CMYK 0 0.27 1 0.36
HSL 43.8º 1% 0.32% -
HSV(B) 43.8º 1% 0.64% -
XYZ 21.7 20.98 2.91 -
YUV 118.59 61.08 159.68 -
System Red Green Blue C M Y K H S L
Decimal 163 119 0 0 0.27 1 0.36 43.8 1 0.32
Hex A3 77 0 0 1B 64 24 2C 64 20
Octal 243 167 0 0 33 144 44 54 144 40
Binary 10100011 1110111 0 0 11011 1100100 100100 101100 1100100 100000

Color Harmonies of #A37700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37700

Black with #A37700

Text Example


Text Example

White with #A37700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37700; }

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

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

background-color css

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

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

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

border-color css

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

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

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